2020-05-09 08:29:47 +08:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
firebase-debug.log*
|
|
|
|
|
|
|
|
# Firebase cache
|
|
|
|
.firebase/
|
|
|
|
|
|
|
|
# Firebase config
|
|
|
|
|
|
|
|
# Uncomment this if you'd like others to create their own Firebase project.
|
|
|
|
# For a team working on the same Firebase project(s), it is recommended to leave
|
|
|
|
# it commented so all members can deploy to the same project(s) in .firebaserc.
|
|
|
|
# .firebaserc
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
|
|
|
|
2020-12-19 11:34:37 +08:00
|
|
|
#Mac files
|
|
|
|
.DS_Store
|
|
|
|
|
2020-05-09 08:29:47 +08:00
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
|
|
bower_components
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
2022-03-15 21:40:52 +08:00
|
|
|
node_modules_bak/
|
2020-05-09 08:29:47 +08:00
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
|
|
|
# dotenv environment variables file
|
|
|
|
.env
|
2020-05-15 01:48:48 +08:00
|
|
|
|
|
|
|
#vs code
|
|
|
|
.vscode
|
2020-06-11 09:59:22 +08:00
|
|
|
*.code-workspace
|
2020-05-15 01:52:51 +08:00
|
|
|
|
2021-06-07 00:32:37 +08:00
|
|
|
.idea
|
|
|
|
|
2020-11-02 14:25:25 +08:00
|
|
|
#firebase
|
2020-06-28 07:14:10 +08:00
|
|
|
.firebaserc
|
2020-07-06 07:06:16 +08:00
|
|
|
.firebaserc_copy
|
2021-06-08 21:52:18 +08:00
|
|
|
serviceAccountKey*.json
|
2022-04-24 23:20:30 +08:00
|
|
|
frontend/src/ts/constants/firebase-config.ts
|
|
|
|
frontend/src/ts/constants/firebase-config-live.ts
|
2020-07-09 22:02:19 +08:00
|
|
|
|
2020-11-02 14:25:25 +08:00
|
|
|
#generated files
|
2020-11-02 19:10:43 +08:00
|
|
|
dist/
|
2022-02-09 03:41:56 +08:00
|
|
|
frontend/public/
|
2022-05-05 21:19:31 +08:00
|
|
|
backend/globalConfig.json
|
|
|
|
backend/server.version
|
2020-12-22 00:59:31 +08:00
|
|
|
|
|
|
|
#cloudflare y
|
|
|
|
.cloudflareKey.txt
|
|
|
|
.cloudflareKey_copy.txt
|
2021-06-08 22:00:19 +08:00
|
|
|
|
2022-02-09 03:35:07 +08:00
|
|
|
frontend/static/adtest.html
|
2021-08-09 18:06:24 +08:00
|
|
|
backend/lastId.txt
|
|
|
|
backend/log_success.txt
|
2021-12-29 04:03:07 +08:00
|
|
|
backend/credentials/*.json
|
2021-06-07 00:32:37 +08:00
|
|
|
backend/.env
|
2021-06-08 22:23:44 +08:00
|
|
|
|
2021-08-10 06:39:13 +08:00
|
|
|
static/adtest.html
|
2021-08-17 05:57:27 +08:00
|
|
|
backend/migrationStats.txt
|
2022-01-07 22:31:18 +08:00
|
|
|
|
2022-02-12 23:53:00 +08:00
|
|
|
# Madge
|
2022-02-16 04:26:23 +08:00
|
|
|
dep-graph.png
|
|
|
|
|
|
|
|
# TypeScript
|
2022-03-07 21:39:09 +08:00
|
|
|
build/
|
2023-06-21 06:08:46 +08:00
|
|
|
backend/workers
|
2022-05-12 22:01:47 +08:00
|
|
|
|
|
|
|
#scripts
|
|
|
|
updateContributors.js
|
2022-05-21 06:53:50 +08:00
|
|
|
removeDupes.js
|
2023-04-18 18:32:08 +08:00
|
|
|
content-validation.js
|
2022-06-29 18:06:59 +08:00
|
|
|
|
2022-10-29 22:45:33 +08:00
|
|
|
ads.txt
|
|
|
|
updateContributors.mjs
|
2023-06-12 18:27:24 +08:00
|
|
|
copyAnticheatToDev.sh
|