Server/.gitignore
Refringe a2d95d28fd
Stops tracking package-lock.json
The `package-lock.json` file was logging platform specific package information. This was causing builds to fail on platforms other than the platform that last generated the `package-lock.json` file.

Resolves #572
2024-03-15 23:41:25 -04:00

46 lines
501 B
Plaintext

## 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/
project/tests/__cache__/
project/tests/__coverage__/
project/src/__coverage__/
## visual studio
.vs
.idea
slnx.sqlite
slnx-journal.sqlite
## nodejs
package-lock.json
node_modules
node.exe
pnpm-lock.yaml
yarn.lock
## windows
desktop.ini
## parcel
.parcel-cache/
## Pkg
.pkg-cache
## yarn
**/yarn-error.log
#jest
coverage
.scannerwork/