mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-11-14 06:49:14 +00:00
7a494f26de
* added es_sync_config.json and minified js to .gitignore * reordered README.md to reflect that MySQL Binlogging must be enabled before running import_to_es.py
34 lines
359 B
Plaintext
34 lines
359 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
|
|
/es_sync_config.json
|
|
/test_torrent_batch
|
|
|
|
# Build Output
|
|
nyaa/static/js/bootstrap-select.min.js
|
|
nyaa/static/js/main.min.js
|
|
|
|
# Other
|
|
*.swp
|