Add schema to gitignore

This commit is contained in:
Will Nilges 2022-06-27 19:41:07 -04:00
parent 821b0e18d9
commit 603e535272
2 changed files with 9 additions and 1 deletions

4
.gitignore vendored
View file

@ -1,6 +1,9 @@
# Config files
config_local.py
config.local.py
.env
# Python trash
__pycache__/*
*/__pycache__/*
rrd/*
@ -13,3 +16,4 @@ bin
pyvenv.cfg
site-packages
venv

6
HACKING/.gitignore vendored
View file

@ -1,3 +1,7 @@
volume/
volume/*
.env
proxstar-postgres/volume
proxstar-postgres/volume/*
proxstar-postgres/large.sql
.env