TeaSpeak-Client/.gitignore

22 lines
298 B
Plaintext
Raw Normal View History

2019-10-25 19:51:40 -04:00
.idea/
.sass-cache/
tmp/
node_modules/
/build/
updater/postzip/test
updater/postzip/cmake-build-*/
updater/postzip/.idea
updater/postzip/TeaClient-linux.tar.gz
#For the main JS file
*.js.map
*.js
.deploy_secret
2021-02-20 12:55:36 -05:00
modules/**/*.d.ts
2021-02-07 14:01:37 -05:00
!/imports/
!/modules/renderer/imports/.copy_*.d.ts
2019-10-25 19:51:40 -04:00
2021-02-20 12:55:36 -05:00
npm-debug.log