Files
breccia-mapper/.gitignore
James Graham 74d3c1b091 deploy: Use RedHat Software Collections
RHSCL provides patched versions of Python and Nginx
2020-03-30 17:18:19 +01:00

23 lines
210 B
Plaintext

# IDE files
.idea/
.vscode/
# Runtime
/static/
venv/
*.pyc
db.sqlite3
debug.log*
# Configuration
settings.ini
deployment-key
deployment-key.pub
# Deployment
/.dbbackup/
.vagrant/
staging.yml
production.yml