Harden bot, storage and web API
This commit is contained in:
parent
e974bc6660
commit
20624a5c9c
43 changed files with 1265 additions and 1012 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -1,14 +1,21 @@
|
|||
#node
|
||||
# Node.js
|
||||
node_modules/
|
||||
coverage/
|
||||
*.log
|
||||
|
||||
# Environment files, including local variants and backups
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# Local configuration and test data
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
src/static/gameservers-list.json
|
||||
|
||||
#storage
|
||||
# Runtime storage
|
||||
storage/runtime/
|
||||
storage/permanent/*
|
||||
!storage/permanent/.gitkeep
|
||||
storage/temp/*
|
||||
!storage/temp/.gitkeep
|
||||
|
||||
# Operating system files
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue