tsdocker/.gitignore

24 lines
175 B
Plaintext
Raw Normal View History

2019-05-10 11:45:20 +02:00
.nogit/
# artifacts
2016-07-13 23:17:24 +02:00
coverage/
2017-02-11 20:23:10 +01:00
public/
2019-05-10 11:45:20 +02:00
pages/
2017-02-11 20:23:10 +01:00
2019-05-10 11:45:20 +02:00
# installs
node_modules/
2019-05-21 17:41:25 +02:00
# caches
2019-05-10 11:45:20 +02:00
.yarn/
.cache/
2019-05-21 17:41:25 +02:00
.rpt2_cache
# builds
2019-05-10 11:45:20 +02:00
dist/
dist_web/
dist_serve/
dist_ts_web/
2019-05-10 11:46:37 +02:00
# custom
2019-05-21 17:41:25 +02:00
test