adapt .gitignore for Flask project
This commit is contained in:
parent
a0f17d0b1a
commit
4ea0a6a96a
1 changed files with 13 additions and 2 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -1,5 +1,16 @@
|
||||||
# These are some examples of commonly ignored file patterns.
|
# git ignore list for Flask projects
|
||||||
# You should customize this list as applicable to your project.
|
|
||||||
|
instance/
|
||||||
|
|
||||||
|
.pytest_cache/
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
|
# generic ignore list
|
||||||
|
|
||||||
# temporary editor files
|
# temporary editor files
|
||||||
*.swp
|
*.swp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue