23 lines
171 B
Plaintext
23 lines
171 B
Plaintext
|
---
|
||
|
fileName: .gitignore
|
||
|
---
|
||
|
.nogit/
|
||
|
|
||
|
# artifacts
|
||
|
coverage/
|
||
|
public/
|
||
|
pages/
|
||
|
|
||
|
# installs
|
||
|
node_modules/
|
||
|
|
||
|
# caches
|
||
|
.yarn/
|
||
|
.cache/
|
||
|
.rpt2_cache
|
||
|
|
||
|
# builds
|
||
|
dist/
|
||
|
dist_*/
|
||
|
|
||
|
# custom
|