Skip to content

Commit

Permalink
deleting unneeded tmp directories. Updated settings.json, .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
mearleycf committed Jun 23, 2024
1 parent 5b5cc04 commit 3cf02ef
Show file tree
Hide file tree
Showing 21 changed files with 16 additions and 247 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ pnpm-debug.log*
# macOS-specific files
.DS_Store

# vscode specific files
.vscode/settings.json
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
},
// Controls auto save of editors that have unsaved changes.
// - onFocusChange: An editor with changes is automatically saved when the editor loses focus.
"files.autoSave": "onFocusChange"
"files.autoSave": "onFocusChange",
"workbench.colorCustomizations": {
"activityBar.background": "#5C092D",
"titleBar.activeBackground": "#800D3E",
"titleBar.activeForeground": "#FFFCFD"
}
}
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/markdoc": "^0.11.0",
"@astrojs/sitemap": "3.1.5",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.1",
"@builder.io/qwik": "1.5.6",
Expand Down
1 change: 0 additions & 1 deletion tmp-dgn4ph5749fi/build/q-BrGLRyEg.js

This file was deleted.

1 change: 0 additions & 1 deletion tmp-dgn4ph5749fi/build/q-CPoz-zuZ.js

This file was deleted.

12 changes: 0 additions & 12 deletions tmp-dgn4ph5749fi/build/q-DB8eCgo8.js

This file was deleted.

1 change: 0 additions & 1 deletion tmp-dgn4ph5749fi/build/q-DQsVud3v.js

This file was deleted.

1 change: 0 additions & 1 deletion tmp-dgn4ph5749fi/build/q-bundle-graph-czczb7.json

This file was deleted.

102 changes: 0 additions & 102 deletions tmp-dgn4ph5749fi/q-manifest.json

This file was deleted.

1 change: 0 additions & 1 deletion tmp-dgn4ph5749fi/qwik-prefetch-service-worker.js

This file was deleted.

Empty file removed tmp-dgn4ph5749fi/robots.txt
Empty file.
1 change: 0 additions & 1 deletion tmp-jb0g918hb6kb/build/q-BrGLRyEg.js

This file was deleted.

1 change: 0 additions & 1 deletion tmp-jb0g918hb6kb/build/q-CPoz-zuZ.js

This file was deleted.

12 changes: 0 additions & 12 deletions tmp-jb0g918hb6kb/build/q-DB8eCgo8.js

This file was deleted.

1 change: 0 additions & 1 deletion tmp-jb0g918hb6kb/build/q-DQsVud3v.js

This file was deleted.

1 change: 0 additions & 1 deletion tmp-jb0g918hb6kb/build/q-bundle-graph-czczb7.json

This file was deleted.

102 changes: 0 additions & 102 deletions tmp-jb0g918hb6kb/q-manifest.json

This file was deleted.

1 change: 0 additions & 1 deletion tmp-jb0g918hb6kb/qwik-prefetch-service-worker.js

This file was deleted.

Empty file removed tmp-jb0g918hb6kb/robots.txt
Empty file.
Loading

0 comments on commit 3cf02ef

Please sign in to comment.