Initial commit
This commit is contained in:
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
# Global Git ignore for MOG APP project
|
||||
# -----------------------------------
|
||||
# NOTE: Do not exclude .txt, .csv or .conf files as requested.
|
||||
|
||||
# OS / Editor metadata
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Python bytecode and caches
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Python distribution / packaging
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
.build/
|
||||
|
||||
# Virtual environments (exclude)
|
||||
venv/
|
||||
.env/
|
||||
.envs/
|
||||
.venv/
|
||||
*/venv/
|
||||
*/.venv/
|
||||
*/env/
|
||||
|
||||
# Node / JavaScript
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Build output
|
||||
/dist/
|
||||
/build/
|
||||
|
||||
# Test & coverage output
|
||||
.coverage
|
||||
coverage/
|
||||
htmlcov/
|
||||
*.cover
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Misc
|
||||
*.swp
|
||||
*.swo
|
||||
Reference in New Issue
Block a user