mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
Merge pull request #3810 from dwijnand/no-contraband-diff
Exclude contraband generated files from diff by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user