mirror of https://github.com/sbt/sbt.git
Merge pull request #3810 from dwijnand/no-contraband-diff
Exclude contraband generated files from diff by default
This commit is contained in:
commit
aeb09fcbf4
|
|
@ -5,3 +5,7 @@
|
|||
# to native line endings on checkout.
|
||||
*.scala text
|
||||
*.java text
|
||||
|
||||
# Exclude contraband generated files from diff (by default - you can see it if you want)
|
||||
**/contraband-scala/**/* -diff merge=ours
|
||||
**/contraband-scala/**/* linguist-generated=true
|
||||
|
|
|
|||
Loading…
Reference in New Issue