fix(core): Update .gitignore to improve ignored paths

This commit is contained in:
2025-01-14 17:35:49 +01:00
parent 6b8d951024
commit 135a9bcf08
3 changed files with 23 additions and 3 deletions

18
.gitignore vendored
View File

@ -1,5 +1,19 @@
.nogit/
node_modules/
# artifacts
coverage/
public/
pages/
# installs
node_modules/
# caches
.yarn/
.cache/
.rpt2_cache
# builds
dist/
dist_*/
#------# custom