Skip to content

Commit

Permalink
.gitignore - add .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Jul 23, 2021
1 parent 686c457 commit 14ac3de
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/nbproject/
/.vscode/
/.idea

/*.lock
/package-lock.json

validator-cli.jar

.scannerwork
sonar-scanner
node_modules

###> symfony/framework-bundle ###
/.env.local
/.env.local.php
Expand All @@ -15,21 +28,6 @@ validator-debug.log
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
/nbproject/

/tests/TempData/*
/*.lock
/package-lock.json

/.idea

validator-cli.jar

.scannerwork
sonar-scanner
node_modules

/output/

###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
Expand Down

0 comments on commit 14ac3de

Please sign in to comment.