MoviePilot/.gitignore
2023-11-02 08:12:36 +08:00

16 lines
167 B
Plaintext

.idea/
*.c
build/
dist/
nginx/
test.py
app/helper/sites.py
app/helper/*.so
app/helper/*.pyd
app/helper/*.bin
app/plugins/**
config/user.db
config/sites/**
*.pyc
*.log