Skip to content

Commit

Permalink
chore: update gitignore
Browse files Browse the repository at this point in the history
Includes gatsbyjs#246 and adds tests/_output
  • Loading branch information
justlevine committed Jun 12, 2023
1 parent fa86335 commit 4dd774a
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
node_modules
phpcs.xml
phpunit.xml
Thumbs.db
Expand All @@ -14,23 +13,18 @@ node_modules/
.idea
.vscode
.github_changelog_generator
!vendor/
vendor/*
vendor/
!vendor/autoload.php
!vendor/composer
!vendor/firebase
!vendor/ircmaxell
vendor/composer/installed.json
vendor/composer/*/
!vendor/composer/semver/*
!tests
!vendor/composer/
!vendor/firebase/
!vendor/ircmaxell/
tests/*.suite.yml
tests/_output/
build/
coverage/*
coverage/
schema.graphql
phpunit.xml
docker-output
composer.lock
c3.php
.log/
php-coveralls.phar
Expand Down

0 comments on commit 4dd774a

Please sign in to comment.