mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 09:30:01 +00:00
fd0a02b95c
IMPORTANT!!! Make sure to run utils/infodict_mysql2file.py before upgrading the database.
29 lines
256 B
Plaintext
29 lines
256 B
Plaintext
# Cache
|
|
__pycache__
|
|
/nyaa/static/.webassets-cache
|
|
|
|
# Virtual Environments
|
|
/venv
|
|
|
|
# Coverage
|
|
.coverage
|
|
/htmlcov
|
|
|
|
# Editors
|
|
/.vscode
|
|
|
|
# Databases
|
|
*.sql
|
|
/test.db
|
|
|
|
# Webserver
|
|
/uwsgi.sock
|
|
|
|
# Application
|
|
/install/*
|
|
/config.py
|
|
/test_torrent_batch
|
|
|
|
# Other
|
|
*.swp
|