Introduce /rules + minor style changes
This commit is contained in:
parent
a30d1c6fe0
commit
ea0ccc0d0d
6 changed files with 117 additions and 30 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -5,6 +5,10 @@ database/
|
|||
site.conf
|
||||
site-*.conf
|
||||
run_8180.py
|
||||
.env
|
||||
alembic.ini
|
||||
venv/
|
||||
venv-*/
|
||||
|
||||
# automatically generated garbage
|
||||
**/__pycache__/
|
||||
|
|
@ -13,3 +17,4 @@ run_8180.py
|
|||
**/.\#*
|
||||
**/\#*\#
|
||||
ig_api_settings/
|
||||
node_modules/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue