ignore directories

This commit is contained in:
Mike Rodarte 2025-03-11 00:03:07 -04:00
parent 95fa3112a3
commit de0f30a8a5
No known key found for this signature in database
GPG key ID: 32DCD8C789A592CC
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# Ignore artifacts:
build
coverage
dist
node_modules

View file

@ -4,4 +4,4 @@
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5"
}
}