mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
31 lines
251 B
Plaintext
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 |