mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +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
|
||||||
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
|
||||||
|
|
||||||
|
|
6
HACKING/.gitignore
vendored
6
HACKING/.gitignore
vendored
|
@ -1,3 +1,7 @@
|
||||||
volume/
|
volume/
|
||||||
volume/*
|
volume/*
|
||||||
.env
|
proxstar-postgres/volume
|
||||||
|
proxstar-postgres/volume/*
|
||||||
|
proxstar-postgres/large.sql
|
||||||
|
.env
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue