mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
26 lines
439 B
Plaintext
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/**
|