Skip to content

Commit

Permalink
Give Prettier a cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Oct 9, 2024
1 parent b65e8d9 commit 1f39c81
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,14 @@
"wordlist",
"wordlists"
],
"git.branchProtection": [
"main",
"master"
],
"git.branchProtection": ["main", "master"],
"search.exclude": {
".parcel-cache": true,
".tox": true,
"dist": true,
"mongo_database": true,
"node_modules": true,
"parcel-bundle-reports": true,
"venv": true,
"venv": true
}
}

0 comments on commit 1f39c81

Please sign in to comment.