TeaWeb/shared/.gitignore

11 lines
212 B
Plaintext
Raw Normal View History

2018-10-28 22:01:09 +00:00
#Generate the declarations by yourself with /scripts/build_declarations.sh
declarations/*.d.ts
#Ignore the generated mapped files
css/theme/**/*.css
css/theme/**/*.css.map
2018-10-28 22:01:09 +00:00
js/**/*.js
js/**/*.js.map
generated/*