Server/.gitignore

41 lines
406 B
Plaintext
Raw Normal View History

2023-03-03 16:23:46 +01:00
## SPT-AKI
*.exe
*.zip
*.d.ts
project/build/
project/obj/
project/dist/
project/user/
project/logs/
project/Aki_Data/
project/tmp/
project/docs/
project/types/
## visual studio
.vs
.idea
slnx.sqlite
slnx-journal.sqlite
## nodejs
node_modules
node.exe
package-lock.json
yarn.lock
## windows
desktop.ini
## parcel
.parcel-cache/
## Pkg
.pkg-cache
## yarn
**/yarn-error.log
#jest
coverage
.scannerwork/