TeaWeb/shared/.gitignore

11 lines
214 B
Text
Raw Normal View History

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