.gitignore 🔗
@@ -0,0 +1,19 @@
+# Ignore everything
+*
+
+# But not these...
+!/.gitignore
+
+!*.go
+!go.sum
+!go.mod
+
+!README.md
+!LICENSES/
+!*.license
+
+!.builds/
+!justfile
+
+# ...even if they are in subdirectories
+!*/
Amolith created
.gitignore | 19 +++++++++++++++++++
README.md | 0
2 files changed, 19 insertions(+)
@@ -0,0 +1,19 @@
+# Ignore everything
+*
+
+# But not these...
+!/.gitignore
+
+!*.go
+!go.sum
+!go.mod
+
+!README.md
+!LICENSES/
+!*.license
+
+!.builds/
+!justfile
+
+# ...even if they are in subdirectories
+!*/