diff options
author | Pauline <git@ethanlibs.co> | 2024-04-27 19:59:05 -0400 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2024-04-27 19:59:05 -0400 |
commit | d95fe9ab23f4ce19ed1a17b13f995aceefd14fd8 (patch) | |
tree | f01fd22131c5557c6d50ea2dcedd6206c64d7e0b /.gitattributes | |
parent | cae1da9997d81af994f58ede97049fef4f123f8b (diff) | |
download | IntelliProcessor-d95fe9ab23f4ce19ed1a17b13f995aceefd14fd8.tar.gz IntelliProcessor-d95fe9ab23f4ce19ed1a17b13f995aceefd14fd8.tar.bz2 IntelliProcessor-d95fe9ab23f4ce19ed1a17b13f995aceefd14fd8.zip |
♻️ refactor(plugin): refactor cc -> org and update deps, intellij
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..99d0367 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,30 @@ +*.java text eol=lf diff=java +*.gradle text eol=lf diff=java +*.kt text eol=lf diff=kotlin +*.kts text eol=lf diff=kotlin +gradlew text eol=lf +*.bat text eol=crlf + +*.md text eol=lf diff=markdown + +.editorconfig text eol=lf + +*.json text eol=lf +*.json5 text eol=lf +*.properties text eol=lf +*.toml text eol=lf +*.xml text eol=lf diff=html + +# Modding specific +*.accesswidener text eol=lf + +# These files are binary and should be left untouched +# (binary is a macro for -text -diff) +*.class binary +*.dll binary +*.ear binary +*.jar binary +*.jks binary +*.png binary +*.so binary +*.war binary |