diff --git a/.gitattributes b/.gitattributes index d790abd..4ea1ab1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows -* -text \ No newline at end of file +* -text + +# mark index.toml as autogenerated, to disable diff view +/index.toml linguist-generated