Skip to content

Commit

Permalink
Ignore VSCode IDE Local Workspace Folder (#22550)
Browse files Browse the repository at this point in the history
VSCode creates a hidden folder called ".vscode" when storing workspace settings for instance which we do not necessarily want to be added to our source control.
  • Loading branch information
frankperez87 authored and taylorotwell committed Dec 27, 2017
1 parent cfafae1 commit a926eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ composer.lock
Thumbs.db
/phpunit.xml
/.idea
/.vscode

0 comments on commit a926eed

Please sign in to comment.