Initial Commit
This commit is contained in:
commit
6d2e379a0c
41 changed files with 5064 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#node
|
||||
node_modules/
|
||||
|
||||
# Local configuration and test data
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
src/static/gameservers-list.json
|
||||
|
||||
#storage
|
||||
storage/permanent/*
|
||||
!storage/permanent/.gitkeep
|
||||
storage/temp/*
|
||||
!storage/temp/.gitkeep
|
||||
Loading…
Add table
Add a link
Reference in a new issue