PCv5/.gitignore

29 lines
413 B
Plaintext
Raw Normal View History

2019-02-06 11:27:41 +01:00
# Python files and caches
__pycache__/
app/__pycache__/
app/static/avatars/
2018-02-26 15:59:03 +01:00
2019-02-06 11:27:41 +01:00
## Devlopement files
2018-04-20 16:15:54 +02:00
2019-02-06 11:27:41 +01:00
# virtualenv
2018-04-20 16:15:54 +02:00
venv/
.venv/
2019-02-06 11:27:41 +01:00
# pipenv
Pipfile.lock
2019-01-02 19:58:51 +01:00
# Sublime Text files
2018-11-14 00:05:16 +01:00
*.sublime-project
*.sublime-workspace
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
## Wiki
wiki/