commit f0b8aeeb76a052d24373ab4c954b654b1381d383 Author: Amolith Date: Thu Mar 23 13:50:14 2023 -0400 create repo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..f5e6309cf74dd2e115bafbc87e874351c3726d33 --- /dev/null +++ b/.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 +!*/ diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391