Skip to content

Commit

Permalink
Setup .gitattributes file
Browse files Browse the repository at this point in the history
This is to exclude unrelated files for installation
  • Loading branch information
glensc committed Mar 30, 2023
1 parent be0785c commit ad33dc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
*.png filter=lfs diff=lfs merge=lfs -text
*.xcf filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text

# Exclude from git export
/.* export-ignore
/phpunit.xml export-ignore
/tests export-ignore

0 comments on commit ad33dc3

Please sign in to comment.