Skip to content

Commit

Permalink
[24w12a] Ignore generated cache files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMCLoveMan committed Mar 21, 2024
1 parent 2ea36b5 commit de9b7cd
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 836 deletions.
21 changes: 15 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Disable autocrlf on generated files, they always generate with LF
# Add any extra files or paths here to make git stop saying they
# are changed when only line endings change.
src/generated/**/.cache/cache text eol=lf
src/generated/**/*.json text eol=lf
src/main/**/*.toml text eol=lf
* text eol=lf
*.bat text eol=crlf
*.patch text eol=lf
*.java text eol=lf
*.gradle text eol=crlf
*.png binary
*.gif binary
*.exe binary
*.dll binary
*.jar binary
*.lzma binary
*.zip binary
*.pyd binary
*.cfg text eol=lf
*.jks binary
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ build
# other
eclipse
run
secrets.properties

# Files from Forge MDK
forge*changelog.txt
runs
run-data
/src/generated/**/.cache/

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit de9b7cd

Please sign in to comment.