lx-music-api-server/.gitignore
“Folltoshe” 24836934e0 init
2023-11-10 21:25:59 +08:00

31 lines
251 B
Plaintext

# Git Ignore for lx-music-api-server
# python
*.pyc
*.pyo
*.pyd
*.pyz
*/__pycache__/*
__pycache__/
*.egg-info
*.egg
# nodejs
*.node
node_modules/
# npm
*.tgz
*.tar.gz
*.zip
*.tar
# project
cache.db
data.db
logs
config.json
*.log
# VSCode
.history