the big change
This commit is contained in:
parent
14e69ac291
commit
93e6b9a0d3
90 changed files with 2629 additions and 2900 deletions
47
.gitignore
vendored
47
.gitignore
vendored
|
|
@ -1,22 +1,29 @@
|
|||
# application content
|
||||
media/
|
||||
**.sqlite
|
||||
database/
|
||||
site.conf
|
||||
site-*.conf
|
||||
run_8180.py
|
||||
.env
|
||||
alembic.ini
|
||||
venv
|
||||
venv-*
|
||||
.venv
|
||||
env
|
||||
|
||||
# automatically generated garbage
|
||||
**/__pycache__/
|
||||
node_modules/
|
||||
__pycache__/
|
||||
**.pyc
|
||||
**~
|
||||
**/.\#*
|
||||
**/\#*\#
|
||||
ig_api_settings/
|
||||
node_modules/
|
||||
.*.swp
|
||||
\#*\#
|
||||
.\#*
|
||||
alembic.ini
|
||||
.env
|
||||
.env.*
|
||||
.venv
|
||||
env
|
||||
venv
|
||||
venv-*/
|
||||
config/
|
||||
conf/
|
||||
config.json
|
||||
data/
|
||||
site-*.conf
|
||||
site.conf
|
||||
.err
|
||||
.vscode
|
||||
/run.sh
|
||||
/target
|
||||
dist/
|
||||
build/
|
||||
**.egg-info
|
||||
ROADMAP.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue