Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow
This commit is contained in:
50
templates/flask.gitignore
Normal file
50
templates/flask.gitignore
Normal file
@@ -0,0 +1,50 @@
|
||||
# Logs
|
||||
log/*.log
|
||||
tmp/
|
||||
|
||||
# Ignore sqlite3 db
|
||||
*.sqlite3
|
||||
*.sqlite3-journal
|
||||
|
||||
# Ignore all logfiles and tempfiles.
|
||||
/log/*.log
|
||||
/tmp
|
||||
|
||||
# Ignore PID files
|
||||
pid/
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Coverage
|
||||
coverage/
|
||||
coverage.xml
|
||||
*.cover
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
*.egg
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
Reference in New Issue
Block a user