MoviePilot/.gitignore
2023-12-19 17:36:58 +08:00

17 lines
192 B
Plaintext

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