Initial commit - existing project files
This commit is contained in:
commit
c49798a9ea
82 changed files with 4304 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
/config/*
|
||||
/static/admin
|
||||
/application/**/migrations/*
|
||||
/archive/*
|
||||
/logs/*
|
||||
/temp
|
||||
/tmp
|
||||
__pycache__
|
||||
.vscode
|
||||
*.pem
|
||||
!/config/config.sample.sh
|
||||
!/config/Caddyfile
|
||||
!/config/tls/
|
||||
!.gitkeep
|
Loading…
Add table
Add a link
Reference in a new issue