mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 08:20:01 +00:00
Add .gitignore
Add github link to welcome banner
This commit is contained in:
parent
4f9ddfd7bc
commit
131bdaa11c
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
*.sql
|
||||
/.vscode
|
||||
/venv
|
||||
*.swp
|
||||
__pycache__
|
||||
/nyaa/static/.webassets-cache
|
||||
test.db
|
||||
install/*
|
||||
uwsgi.sock
|
||||
/test_torrent_batch
|
||||
config.py
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue