Skip to content

Commit

Permalink
Dev: added phpcs composer requirement to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jul 9, 2018
1 parent 710cdbf commit 340a9c6
Showing 1 changed file with 375 additions and 0 deletions.
375 changes: 375 additions & 0 deletions .gitignore
Expand Up @@ -103,6 +103,9 @@ enabletests

## Ignore files and dependencies for testing
composer.lock
third_party/bin/phpcbf
third_party/bin/phpcs
third_party/squizlabs/**/*
third_party/facebook/**/*
third_party/symfony/**/*
third_party/composer/installed\.json
Expand All @@ -123,3 +126,375 @@ themes/survey/no_bootstrap/files/*
!themes/survey/*/files/logo_w_s.png
!themes/survey/*/files/pattern.png
!themes/survey/*/files/print_img_radio.png




















































































































































































































































































































































































0 comments on commit 340a9c6

Please sign in to comment.