lx-music-api-server/.gitignore

47 lines
406 B
Plaintext

# Git Ignore for lx-music-api-server
# python
*.pyc
*.pyo
*.pyd
*.pyz
*/__pycache__/*
__pycache__/
*.egg-info
*.egg
# pyinstaller
*.spec
dist
build
# project
cache.db
data.db
test.*
*/test.*
logs
config.json
config.yml
/config/config.json
/config/data.db
*.log
*.bak
*.tmp
# VSCode
.history
# Vim
*.swp
*.swp~
# GVim
*.un~
*.un
# temp script
lx-music-source-example.js
# dumprecord
dumprecord_*.txt