Add .gitignore

Add github link to welcome banner
This commit is contained in:
nyaadev 2017-05-12 22:12:00 +02:00
parent 4f9ddfd7bc
commit 131bdaa11c
2 changed files with 13 additions and 1 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
*.sql
/.vscode
/venv
*.swp
__pycache__
/nyaa/static/.webassets-cache
test.db
install/*
uwsgi.sock
/test_torrent_batch
config.py

View File

@ -3,8 +3,9 @@
{% block body %}
<div class="alert alert-info">
<p><strong>Hello!</strong> This site is still a work in progress and new features (faster search, open source™, etc.) will be added soon.</p>
<p><strong>Hello!</strong> This site is still a work in progress and new features (faster search, etc.) will be added soon.</p>
<p>We welcome you to provide feedback at <a href="irc://irc.rizon.net/nyaa-dev">#nyaa-dev@irc.rizon.net</a></p>
<p>Our GitHub: <a href="https://github.com/nyaadevs" target="_blank">https://github.com/nyaadevs</a></p>
</div>