mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
24 lines
452 B
Plaintext
24 lines
452 B
Plaintext
## NPM garbage
|
|
node_modules
|
|
*.log
|
|
package-lock.json
|
|
|
|
## Yarn stuff
|
|
/.pnp.*
|
|
/.yarn/*
|
|
!/.yarn/releases
|
|
!/.yarn/plugins
|
|
!/.yarn/sdks
|
|
!/.yarn/versions
|
|
|
|
## Build artifacts
|
|
/public/.tmp/**/*
|
|
/public/**/*.hot-update.*
|
|
/public/**/*.map
|
|
|
|
## Previously ignored locations that are kept to avoid confusing git
|
|
## while transitioning to a new project structure.
|
|
/packages/tgui/public/.tmp/**/*
|
|
/packages/tgui/public/**/*.hot-update.*
|
|
/packages/tgui/public/**/*.map
|