create repo

Amolith created

Change summary

.gitignore | 19 +++++++++++++++++++
README.md  |  0 
2 files changed, 19 insertions(+)

Detailed changes

.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
+!*/