36 lines
478 B
Plaintext
36 lines
478 B
Plaintext
# Global ignorings
|
|
.idea/
|
|
node_modules/
|
|
.sass-cache/
|
|
|
|
/auth/certs/
|
|
/auth/js/auth.js.map
|
|
|
|
/.idea/
|
|
|
|
/vendor/emoji-picker/**/*.js
|
|
/vendor/emoji-picker/**/*.js.map
|
|
!/vendor/emoji-picker/webpack.config.js
|
|
|
|
# Some build output
|
|
/dist/
|
|
/declarations/
|
|
/travis-build/
|
|
|
|
# Don't add the created packages to git
|
|
/TeaSpeakUI.tar.gz
|
|
/TeaWeb-*.zip
|
|
/auto-build
|
|
|
|
/todo.txt
|
|
/tmp/
|
|
|
|
# All our config files are .ts files
|
|
/*.js
|
|
/*.js.map
|
|
!babel.config.js
|
|
|
|
/webpack/*.js
|
|
/webpack/*.js.map
|
|
|
|
/files_*.pem |