Skip to content

Commit

Permalink
Remove old file references
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Oct 28, 2023
1 parent e90a6a1 commit 6d030b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
.DS_Store

.idea/
xcuserdata/
concept/

build/
.eslintcache

node_modules/
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"editor.tabSize": 2,
"files.exclude": {
"**/.eslintcache": true,
"**/build": true,
"**/node_modules": true,
"**/package-lock.json": true,
"concept": true
"**/package-lock.json": true
},
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single"
Expand Down

0 comments on commit 6d030b2

Please sign in to comment.