TeaWeb/shared/.gitignore

11 lines
212 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
css/theme/**/*.css
css/theme/**/*.css.map
2018-10-28 23:01:09 +01:00
js/**/*.js
js/**/*.js.map
generated/*