Initial commit on Forgejo
Fresh repository history for elektrine/magpie hosted at https://git.elektrine.com/elektrine/magpie.
This commit is contained in:
commit
ddbd19f153
23 changed files with 5636 additions and 0 deletions
19
.dockerignore
Normal file
19
.dockerignore
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.git/
|
||||
.env
|
||||
.env.*
|
||||
!.env.production.example
|
||||
data/
|
||||
.multipart/
|
||||
dist/
|
||||
tmp/
|
||||
*.db
|
||||
*.db-*
|
||||
*.sqlite
|
||||
*.sqlite-*
|
||||
*.meta.json
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.log
|
||||
coverage.out
|
||||
magpie
|
||||
Loading…
Add table
Add a link
Reference in a new issue