Skip to content

Commit

Permalink
Create .gitattributes
Browse files Browse the repository at this point in the history
Make lighter on vendor
  • Loading branch information
PaolaRuby authored and f3l1x committed Feb 21, 2022
1 parent a8e925f commit 615d113
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.github export-ignore
/docs export-ignore
/samples export-ignore
/tests export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore

0 comments on commit 615d113

Please sign in to comment.