Skip to content

Commit

Permalink
Ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Nov 11, 2021
1 parent 7a8499f commit 6152fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -15,4 +15,5 @@ npm-debug.log
.nvmrc
yarn-error.log
.eslintcache
manifest-cache
manifest-cache
Heap.*
3 changes: 2 additions & 1 deletion .vscode/settings.json
Expand Up @@ -9,7 +9,8 @@
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"search.exclude": {
"**/data/d1/manifests": true,
"src/testing/data": true
"src/testing/data": true,
"destiny-icons": true
},
"jest.jestCommandLine": "yarn test",
"[javascript]": {
Expand Down

0 comments on commit 6152fe7

Please sign in to comment.