Skip to content

Commit

Permalink
feat: Add .gitattributes to not export those files in the Composer ar…
Browse files Browse the repository at this point in the history
…chive (lighter dependency)
  • Loading branch information
khalwat committed Jan 7, 2022
1 parent 43a2f02 commit c8b5e84
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Do not export those files in the Composer archive (lighter dependency)
/.craftplugin export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/codeception.yml export-ignore
/composer.lock export-ignore
/buildchain/ export-ignore
/docs/ export-ignore
/tests/ export-ignore

# Auto detect text files and perform LF normalization
* text=auto

0 comments on commit c8b5e84

Please sign in to comment.