mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
21 lines
223 B
Plaintext
21 lines
223 B
Plaintext
## NPM
|
|
/**/node_modules
|
|
|
|
## Yarn
|
|
/.yarn
|
|
/yarn.lock
|
|
/.pnp.*
|
|
|
|
/docs
|
|
/public
|
|
/packages/tgui-polyfill
|
|
/packages/tgfont/static
|
|
/packages/tgfont/dist
|
|
**/*.json
|
|
**/*.yml
|
|
**/*.md
|
|
|
|
## Build artifacts
|
|
/public/.tmp/**/*
|
|
/public/*.map
|