Skip to content

Commit 961daf0

Browse files
committed
.gitignore .gitattributes
1 parent 72f3d8e commit 961daf0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* text eol=crlf
1+
* text eol=auto
22

33
# use export-ignore to skip files when downloading
44
**/.* export-ignore

ExampleModTopDirectory/.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* text eol=crlf
1+
* text eol=auto
22

33
# use export-ignore to skip files when downloading
44
**/.* export-ignore

ExampleModTopDirectory/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tmp/
1010
!/.github
1111
!/.gitignore
1212
!/.gitmodules
13+
!/.bgforge.yml
1314

1415
*.bak
1516
*.bat

0 commit comments

Comments
 (0)