Skip to content

Commit

Permalink
Create .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed Mar 25, 2024
1 parent 27a2fda commit 5b78035
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
@@ -0,0 +1,17 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.* export-ignore
/examples export-ignore
/lib export-ignore
/schemas export-ignore
/test export-ignore
/BancosBrasileiros.nuspec
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
/_config.yml export-ignore
/analysis_options.yaml
/appveyor.yml
/SECURITY.md export-ignore
/logo.png export-ignore

0 comments on commit 5b78035

Please sign in to comment.