mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* Juke Build * Done * Done 2 * Test * Update * build chmod+x I hate linux so much its stupid * build chmod+x I hate linux so much its stupid 2 * e * update * Lets see what happens * NICE * Update build * GOD SAKE * :[ * YEET * Update .gitignore * Delete tgui-common.bundle.js * Delete tgui-polyfill.min.js * Revert "Delete tgui-polyfill.min.js" This reverts commit5446645db0. * Revert "Delete tgui-common.bundle.js" This reverts commit206377aaea. * Delete tgui-common.bundle.js
22 lines
389 B
Plaintext
22 lines
389 B
Plaintext
* text=auto
|
|
|
|
## Enforce text mode and LF line breaks
|
|
*.js text eol=lf
|
|
*.jsx text eol=lf
|
|
*.ts text eol=lf
|
|
*.tsx text eol=lf
|
|
*.css text eol=lf
|
|
*.scss text eol=lf
|
|
*.html text eol=lf
|
|
*.json text eol=lf
|
|
*.yml text eol=lf
|
|
*.md text eol=lf
|
|
*.bat text eol=lf
|
|
yarn.lock text eol=lf
|
|
|
|
## Treat bundles as binary
|
|
*.bundle.* binary
|
|
*.chunk.* binary
|
|
.yarn/releases/**/* binary
|
|
.yarn/plugins/**/* binary
|