Files
S.P.L.U.R.T-Station-13/tgui/.gitignore
2021-03-04 21:51:20 +08:00

23 lines
377 B
Plaintext

## NPM garbage
node_modules
*.log
package-lock.json
## Yarn stuff
/.pnp.*
/.yarn/*
!/.yarn/releases
!/.yarn/plugins
!/.yarn/sdks
!/.yarn/versions
!/.yarn/lock.yml
## Build artifacts
/public/.tmp/**/*
/public/**/*
!/public/*.html
## Previously ignored locations that are kept to avoid confusing git
## while transitioning to a new project structure.
/packages/tgui/public/**