PCv5/.gitignore

44 lines
552 B
Plaintext
Raw Permalink Normal View History

2019-02-06 11:27:41 +01:00
# Python files and caches
__pycache__/
app/__pycache__/
app/static/avatars/
app/static/images/trophies/
2018-02-26 15:59:03 +01:00
2018-04-20 16:15:54 +02:00
## Development files
# Flask env
.env
.flaskenv
2019-02-06 11:27:41 +01:00
# virtualenv
2019-09-09 13:31:19 +02:00
requirements.txt
2018-04-20 16:15:54 +02:00
venv/
.venv/
2019-02-06 11:27:41 +01:00
# pipenv
2019-09-09 13:31:19 +02:00
Pipfile
Pipfile.lock
# Tests files
test.*
2019-01-02 19:58:51 +01:00
2019-02-06 11:27:41 +01:00
## Deployment files
2019-01-02 19:58:51 +01:00
# uWSGI configuration file
uwsgi.ini
# Main script: mounts Flask app on uWSGI workers (serviced by systemd)
run.sh
# Update script to pull repository from SSH
update.sh
# Config to set up some server specific config
local_config.py
## Wiki
wiki/
## Personal folder
exclude/