Skip to content

Commit

Permalink
added .vscode folder
Browse files Browse the repository at this point in the history
  • Loading branch information
syamsoul committed Jul 19, 2024
1 parent 399a19e commit caf7805
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
/vendor/
build
composer.lock
vendor
tests/temp

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"intelephense.diagnostics.undefinedSymbols": false,
"intelephense.diagnostics.undefinedFunctions": false,
"editor.tabSize": 4
}

0 comments on commit caf7805

Please sign in to comment.