Files
CHOMPStation2/tgui/.gitignore
CHOMPStation2StaffMirrorBot dd0ab1d10c [MIRROR] split tgui html (#10594)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-04-06 18:39:15 +02:00

26 lines
439 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
!/public/ntos-error.min.css
!/public/helpers.min.js
/coverage
## Previously ignored locations that are kept to avoid confusing git
## while transitioning to a new project structure.
/packages/tgui/public/**