TeaWeb/shared/.gitignore

11 lines
214 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
2019-02-22 15:02:03 +00:00
css/static/**/*.css
css/static/**/*.css.map
2018-10-28 22:01:09 +00:00
js/**/*.js
js/**/*.js.map
generated/*