Skip to content

Commit 4185b54

Browse files
committed
Update gitignore and gitattributes
1 parent ba9dede commit 4185b54

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.gitattributes

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# Auto detect text files and perform LF normalization
2-
* text=auto
1+
# Disable autocrlf on generated files, they always generate with LF
2+
# Add any extra files or paths here to make git stop saying they
3+
# are changed when only line endings change.
4+
src/generated/**/.cache/cache text eol=lf
5+
src/generated/**/*.json text eol=lf

.gitignore

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ build
1919

2020
# other
2121
eclipse
22-
/run*
22+
run
23+
runs
24+
run-data
2325

24-
# Files from Forge MDK
25-
forge*changelog.txt
26-
27-
.cache
28-
logs
26+
repo

0 commit comments

Comments
 (0)