Search code examples
gitflask

Create gitignore for flask application


What the files I need add to .gitignore in Flask application?
https://www.gitignore.io/ - I'm usually here to look at examples.
But now I found no examples.
Why? Is it a feature of Flask?
Django has a clear structure in the application, but Flask not have, am I right?


Solution

  • Use Python.gitignore. Flask is a Python project.