Skip to content

Commit

Permalink
Add .gitattributes file to prevent downloading unnecessary files when…
Browse files Browse the repository at this point in the history
… installing the package
  • Loading branch information
malteschlueter committed Oct 24, 2023
1 parent 8cca624 commit d7ee81c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/.github export-ignore
/dev-ops export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/Makefile export-ignore

0 comments on commit d7ee81c

Please sign in to comment.