mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
750b3c2d3b
* Added VSCode workspace files to : .gitignore * Localized Blue Screen of Death: locales/ja-JP.yml Localized Blue Screen of Death: src/client/app/init.ts
19 lines
225 B
Text
19 lines
225 B
Text
/.config/*
|
|
!/.config/example.yml
|
|
!/.config/mongo_initdb_example.js
|
|
/.vscode
|
|
/node_modules
|
|
/build
|
|
/built
|
|
built
|
|
/data
|
|
/.cache-loader
|
|
npm-debug.log
|
|
*.pem
|
|
run.bat
|
|
api-docs.json
|
|
*.log
|
|
/redis
|
|
/mongo
|
|
/elasticsearch
|
|
*.code-workspace
|