2024-08-01 21:26:01 +00:00
|
|
|
.DS_Store
|
2024-10-09 12:38:39 +00:00
|
|
|
backend/node_modules/
|
|
|
|
client/node_modules/
|
2024-09-24 17:48:35 +00:00
|
|
|
node_modules/
|
2024-08-01 21:26:01 +00:00
|
|
|
|
|
|
|
server/uploads/
|
2024-10-01 12:57:53 +00:00
|
|
|
|
|
|
|
# Client
|
|
|
|
client/plugins/
|
|
|
|
client/dist/
|
|
|
|
client/public/data/
|
|
|
|
client/node_modules/
|
2024-09-26 22:59:00 +00:00
|
|
|
client/src/locales/
|
2024-09-27 10:23:36 +00:00
|
|
|
client/public/plugins/
|
2024-08-01 21:26:01 +00:00
|
|
|
|
2024-10-01 12:57:53 +00:00
|
|
|
# Backend
|
|
|
|
backend/plugins/
|
2024-10-19 12:20:21 +00:00
|
|
|
backend/datagen/
|
2024-10-01 12:57:53 +00:00
|
|
|
|
2024-10-05 10:57:47 +00:00
|
|
|
# Docs
|
2024-10-11 10:04:40 +00:00
|
|
|
documentation/docs/.vuepress/.cache
|
|
|
|
documentation/docs/.vuepress/.temp
|
2024-10-05 10:57:47 +00:00
|
|
|
|
2024-08-01 21:26:01 +00:00
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.*.local
|
|
|
|
|
|
|
|
# Log files
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw*
|