Skip to content

Commit

Permalink
Add .vscode and .DS_Store to .gitignore (#313)
Browse files Browse the repository at this point in the history
* Add .vscode

* Ignore .DS_Store
  • Loading branch information
jetrosuni authored Jun 20, 2023
1 parent 7d4b65f commit fe41a84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
/vendor
/cache
/.idea
/.vscode
/demo/images
/.php-cs-fixer.cache
.DS_Store

0 comments on commit fe41a84

Please sign in to comment.