Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Jun 3, 2024
1 parent 3149892 commit 720a957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
vendor/
jetpack_vendor/
/.nova/
/.vscode/
/logs
/allure-results/

## FILES
.DS_Store
*.code-workspace
*.swp
# Custom environment for Docker compose (used by docker-compose.yml)
/.env
Expand Down Expand Up @@ -56,4 +54,6 @@ phpcs.xml
# This file indicates we're in draft mode, which reduces checks
.jetpack-draft

.vscode/settings.json
# VS Code setting files
*.code-workspace
/.vscode/settings.json

0 comments on commit 720a957

Please sign in to comment.