1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-14 06:23:12 +00:00
nyaa/.gitignore
nyaadev fd0a02b95c Move bencoded info dicts from mysql torrent_info table to info_dict directory. DB change!
IMPORTANT!!! Make sure to run utils/infodict_mysql2file.py before upgrading the database.
2018-02-02 20:39:02 +01:00

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