Skip to content

Commit 6d030b2

Browse files
committed
Remove old file references
1 parent e90a6a1 commit 6d030b2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
.DS_Store
22

33
.idea/
4-
xcuserdata/
54
concept/
65

76
build/
8-
.eslintcache
9-
107
node_modules/

.vscode/settings.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"editor.tabSize": 2,
33
"files.exclude": {
4-
"**/.eslintcache": true,
54
"**/build": true,
65
"**/node_modules": true,
7-
"**/package-lock.json": true,
8-
"concept": true
6+
"**/package-lock.json": true
97
},
108
"javascript.preferences.quoteStyle": "single",
119
"typescript.preferences.quoteStyle": "single"

0 commit comments

Comments
 (0)