We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3596534 commit 2a0f68bCopy full SHA for 2a0f68b
.gitattributes
@@ -26,3 +26,11 @@ Dockerfile text
26
27
# Explicitly denote all files that are truly binary and should not be modified.
28
# *.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