Add .gitignore and remove unnecessary files
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
# IDEs and Editors
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.env
|
||||
venv/
|
||||
/opt/venv/
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
||||
# Node / Frontend
|
||||
node_modules/
|
||||
dist/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Database & Data
|
||||
/data/
|
||||
/app/settings.db
|
||||
/app/*.db
|
||||
|
||||
# Temporary / Scratch Files
|
||||
output.txt
|
||||
test_liq.liq
|
||||
test_liq.py
|
||||
test_navidrome_api.py
|
||||
htpasswd
|
||||
*.log
|
||||
Reference in New Issue
Block a user