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