Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Raajheer1 committed Mar 5, 2024
1 parent 3153e59 commit 4172e19
Show file tree
Hide file tree
Showing 4 changed files with 4,568 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,13 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.env
.env

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.yarn
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-4.1.1.cjs
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"vue-router": "4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
Expand All @@ -35,5 +37,6 @@
"vite": "^4.4.5",
"vite-plugin-vue-type-imports": "^0.2.5",
"vue-tsc": "latest"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 4172e19

Please sign in to comment.