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
config.local.py config.local.py
.env .env
# Python trash
__pycache__/* __pycache__/*
*/__pycache__/* */__pycache__/*
rrd/* rrd/*
@ -13,3 +16,4 @@ bin
pyvenv.cfg pyvenv.cfg
site-packages site-packages
venv venv

4
HACKING/.gitignore vendored
View file

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