chore: ignore .dccache & .DS_Store

This commit is contained in:
Ricardo Arturo Cabral Mejía 2022-11-12 20:43:25 -05:00
parent 0ae5d3665c
commit 35915c3ecf

4
.gitignore vendored
View File

@ -17,8 +17,10 @@ node_modules/
# Optional npm cache directory
.npm
# Optional eslint cache
# Caches
.eslintcache
.dccache
.DS_Store
# generate output
dist