Skip to content

Commit

Permalink
Merge pull request #1 from stellarwp/feature/add-git-attributes
Browse files Browse the repository at this point in the history
Add .gitattributes file
  • Loading branch information
borkweb authored May 23, 2024
2 parents 0050373 + ef1d6b2 commit e90d0b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore paths when git creates an archive of this package
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore
/.editorconfig export-ignore
/phpunit.xml export-ignore
/phpstan.neon.dist export-ignore
/tests export-ignore
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
composer.lock
files/
repo/
vendor/
tests/_support/_generated
bin/*.phar
tests/var
Expand Down

0 comments on commit e90d0b5

Please sign in to comment.