Files
CHOMPStation2/tgui/.gitignore
2022-06-17 23:14:02 +00:00

22 lines
362 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/*.map
## Previously ignored locations that are kept to avoid confusing git
## while transitioning to a new project structure.
/packages/tgui/public/**