Skip to content

Commit

Permalink
chore: Add .gitignore and .gitattributes.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
  • Loading branch information
drupol committed Oct 21, 2020
1 parent 8b7338d commit 35ff3bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ phpunit.xml.dist export-ignore
infection.json.dist export-ignore
grumphp.yml.dist export-ignore
phpspec.yml.dist export-ignore
/tests
psalm.xml
/docker export-ignore
docker-composer.yaml export-ignore
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/.idea/
/test.php
/phpspec.yml
/node_modules/
package-lock.json

0 comments on commit 35ff3bb

Please sign in to comment.