Updated the gitignore files and some small changes

canary
WolverinDEV 2020-04-02 17:58:33 +02:00
parent cafdf637cf
commit 7c98e5ec7d
22 changed files with 36 additions and 17 deletions

39
.gitignore vendored
View File

@ -1,20 +1,31 @@
asm/generated/ # Global ignorings
node_modules/
auth/certs/
auth/js/auth.js.map
.sass-cache/
.idea/ .idea/
node_modules/
.sass-cache/
vendor/emoji-picker/**/*.js /auth/certs/
vendor/emoji-picker/**/*.js.map /auth/js/auth.js.map
TeaSpeakUI.tar.gz /.idea/
TeaWeb-*.zip
todo.txt /vendor/emoji-picker/**/*.js
/vendor/emoji-picker/**/*.js.map
!/vendor/emoji-picker/webpack.config.js
tmp/ # Some build output
/dist/
/declarations/
file.js # Don't add the created packages to git
file.js.map /TeaSpeakUI.tar.gz
/TeaWeb-*.zip
/todo.txt
/tmp/
# All out config files are .ts files
/*.js
/*.js.map
/webpack/*.js
/webpack/*.js.map

4
asm/.gitignore vendored
View File

@ -1,4 +1,6 @@
generated/ generated/
build_/ build_/
libraries/opus/build_ libraries/opus/build_
libraries/opus/out libraries/opus/out
cmake-build-*/
libraries/opus/*

0
asm/download_compiled_files.sh Executable file → Normal file
View File

0
client/generate_packed.sh Executable file → Normal file
View File

0
scripts/build_declarations.sh Executable file → Normal file
View File

0
scripts/cleanup.sh Executable file → Normal file
View File

0
scripts/deploy_ui_files.sh Executable file → Normal file
View File

0
scripts/git_index.sh Executable file → Normal file
View File

0
scripts/resolve_commands.sh Executable file → Normal file
View File

0
scripts/travis_deploy.sh Executable file → Normal file
View File

0
scripts/web_package.sh Executable file → Normal file
View File

0
shared/css/generate_packed.sh Executable file → Normal file
View File

0
shared/generate_declarations.sh Executable file → Normal file
View File

0
shared/generate_i18n_gtranslate.py Executable file → Normal file
View File

0
shared/generate_translations.sh Executable file → Normal file
View File

8
tools/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
/dtsgen/**/*.js
/dtsgen/**/*.js.map
# Output directory for some local tests
/dtsgen/test/
/trgen/**/*.js
/trgen/**/*.js.map

0
tools/build_dtsgen.sh Executable file → Normal file
View File

0
tools/build_trgen.sh Executable file → Normal file
View File

View File

@ -1,2 +0,0 @@
**/*.js
**/*.js.map

0
tools/trgen/bin/tsc.sh Executable file → Normal file
View File

0
web/generate_packed.sh Executable file → Normal file
View File