1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-29 09:17:06 +00:00
nyaa/.gitignore
tohsa 7a494f26de Small changes to README.MD and .gitignore (#476)
* 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
2018-04-23 00:27:09 -07:00

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