Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Blair2004 committed Apr 22, 2024
1 parent 04ee223 commit 5978066
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ storage/temporary-files/*
public/hot
tests/.coverage
.phpunit.cache/test-results
storage/dotenv-editor
storage/dotenv-editor
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
{
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/tmp/**": true,
"**/bower_components/**": true,
"**/dist/**": true,
"**/vendor/**": true,
"**/storage/**": true
}
}
Empty file added TODO
Empty file.

0 comments on commit 5978066

Please sign in to comment.