Skip to content

Commit 2a0f68b

Browse files
committed
Adding ignore parameters for gitattributes
1 parent 3596534 commit 2a0f68b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,11 @@ Dockerfile text
2626

2727
# Explicitly denote all files that are truly binary and should not be modified.
2828
# *.jpg binary
29+
30+
# Declare files that should be ignored when creating an archive of the
31+
# git repository
32+
.gitignore export-ignore
33+
.gitattributes export-ignore
34+
gradlew export-ignore
35+
gradlew.bat export-ignore
36+
/gradle export-ignore

0 commit comments

Comments
 (0)