smartcontext/.gitignore

19 lines
142 B
Plaintext
Raw Normal View History

2017-10-16 09:07:19 +02:00
.nogit/
2020-07-20 11:57:20 +00:00
# artifacts
2017-10-16 09:07:19 +02:00
coverage/
public/
2020-07-20 11:57:20 +00:00
# installs
node_modules/
# caches
.yarn/
.cache/
.rpt2_cache
# builds
dist/
dist_*/
#------# custom