mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
21 lines
257 B
Plaintext
21 lines
257 B
Plaintext
## NPM
|
|
/**/node_modules
|
|
|
|
## Yarn
|
|
/.yarn
|
|
/yarn.lock
|
|
/.pnp.*
|
|
|
|
.swcrc
|
|
/docs
|
|
/packages/tgui-polyfill
|
|
/packages/tgfont/static
|
|
**/*.json
|
|
**/*.yml
|
|
**/*.md
|
|
|
|
# Avoid running on any bundles.
|
|
/public/**/*
|
|
# Running it on tgui.html is fine, however.
|
|
!/public/tgui.html
|