install packages
This commit is contained in:
13
.prettierignore
Normal file
13
.prettierignore
Normal file
@@ -0,0 +1,13 @@
|
||||
# Ignore build output
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Ignore dependencies
|
||||
node_modules/
|
||||
|
||||
# Ignore lock files
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
coverage/
|
||||
*.min.js
|
||||
Reference in New Issue
Block a user