Skip to content

Commit a1357aa

Browse files
committed
Add .prettierignore
1 parent 34f202d commit a1357aa

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.prettierignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dist/
2+
build/
3+
node_modules/
4+
.cache/
5+
.next
6+
.vercel
7+
package*.json
8+
yarn-lock.json

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "@firstisrael/prettier-config",
3-
"version": "1.0.2",
4-
"main": "prettier.json",
3+
"version": "1.1.0",
54
"license": "MIT",
5+
"author": "FIRST Israel",
6+
"main": "prettier.json",
67
"publishConfig": {
78
"access": "public"
89
},
910
"files": [
10-
"prettier.json"
11+
"prettier.json",
12+
".prettierignore"
1113
],
1214
"repository": {
1315
"type": "git",

0 commit comments

Comments
 (0)