From 603e535272a2dfb5220845c56a23bdcece6be9be Mon Sep 17 00:00:00 2001 From: Will Nilges Date: Mon, 27 Jun 2022 19:41:07 -0400 Subject: [PATCH] Add schema to gitignore --- .gitignore | 4 ++++ HACKING/.gitignore | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2cf59b2..017510b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 + diff --git a/HACKING/.gitignore b/HACKING/.gitignore index 1926e18..ee48f38 100644 --- a/HACKING/.gitignore +++ b/HACKING/.gitignore @@ -1,3 +1,7 @@ volume/ volume/* -.env \ No newline at end of file +proxstar-postgres/volume +proxstar-postgres/volume/* +proxstar-postgres/large.sql +.env +