mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
Add schema to gitignore
This commit is contained in:
parent
821b0e18d9
commit
603e535272
2 changed files with 9 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
6
HACKING/.gitignore
vendored
|
@ -1,3 +1,7 @@
|
|||
volume/
|
||||
volume/*
|
||||
.env
|
||||
proxstar-postgres/volume
|
||||
proxstar-postgres/volume/*
|
||||
proxstar-postgres/large.sql
|
||||
.env
|
||||
|
||||
|
|
Loading…
Reference in a new issue