0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 16:10:43 -05:00
server/.gitignore
Refringe 17a614aa03
Removes PNPM Feature (#1060)
Removes the auto-install mod dependencies feature, the related messages,
and the configuration option.

Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
2025-01-09 20:29:28 +00:00

29 lines
336 B
Plaintext

## SPT
*.d.ts
project/.pkg-cache/
project/build/
project/obj/
project/dist/
project/user/
project/logs/
project/SPT_Data/
project/types/
project/tests/__cache__/
project/tests/__coverage__/
project/src/__coverage__/
## visual studio
.vs
.idea
.vscode
## nodejs
package-lock.json
node_modules
## windows
desktop.ini
## OSX
.DS_Store