fix(core): update
This commit is contained in:
23
assets/templates/gitignore/_gitignore
Normal file
23
assets/templates/gitignore/_gitignore
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
fileName: .gitignore
|
||||
---
|
||||
.nogit/
|
||||
|
||||
# artifacts
|
||||
coverage/
|
||||
public/
|
||||
pages/
|
||||
|
||||
# installs
|
||||
node_modules/
|
||||
|
||||
# caches
|
||||
.yarn/
|
||||
.cache/
|
||||
.rpt2_cache
|
||||
|
||||
# builds
|
||||
dist/
|
||||
dist_*/
|
||||
|
||||
# custom
|
Reference in New Issue
Block a user