1 parent 9794ae4 commit bbdb2e9Copy full SHA for bbdb2e9
2 files changed
.gitignore
@@ -1,4 +1,5 @@
1
.*
2
!.git*
3
+!.moonignore
4
_build/
5
target/
.moonignore
@@ -0,0 +1,7 @@
+# What `moon publish` must leave out of the package. `.gitignore` keeps `!.git*`
+# so that .gitignore/.github/.gitattributes stay tracked, but that same negation
+# would otherwise pull the whole `.git` directory — object database included —
+# into the published tarball.
+.git/
6
+_build/
7
+target/
0 commit comments