diff --git a/.gitignore b/.gitignore index 952f982..7754562 100644 --- a/.gitignore +++ b/.gitignore @@ -45,11 +45,11 @@ Thumbs.db .directory # Internal Data -public/ -mongodb-data/ +/public/ server/resource/ server/apib/dredd/data/tmp-resource backup/ +!backup.sh # System .npm/ @@ -59,4 +59,3 @@ backup/ .cache/motd.legal-displayed .profile .ssh/ - diff --git a/backup/backup.sh b/backup/backup.sh index 854dbe2..bbf74fa 100755 --- a/backup/backup.sh +++ b/backup/backup.sh @@ -4,7 +4,7 @@ cd $(dirname $0) # array of available collection names -col=(app_user awarding campaign decoration logBudget logFlag logKill logPoints logRespawn logRevive logTransport logVehicle player promotion rank squad user war ) +col=(app_user awarding campaign decoration logBudget logFlag logKill logPlayerCount logPoints logRespawn logRevive logServerFps logTransport logVehicle player promotion rank squad user war) if [ -z "$1" ] then diff --git a/docs/infra/codestyle/cc-intellij-idea-javascript-typescript-style.xml b/docs/infra/codestyle/cc-intellij-idea-javascript-typescript-style.xml index c7999c0..dd820e3 100644 --- a/docs/infra/codestyle/cc-intellij-idea-javascript-typescript-style.xml +++ b/docs/infra/codestyle/cc-intellij-idea-javascript-typescript-style.xml @@ -1,9 +1,9 @@