tmpls @main -
refs -
log -
-
https://git.jolheiser.com/tmpls.git
Signature
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEgqEQpE3xoo1QwJO/uFOtpdp7v3oFAl+1XKUACgkQuFOtpdp7
v3oc7g//Tp5owMzJl/BMk+POwnI7H8N0j3UBFg5swRiZezUCgn2hqVuUQFpbF4yX
VMjgeUViQx/xTuhH1cccjXDIam/42SC5TYXjjsb5WxQw1I7AEGlscz1QlilVYLxk
weXTWHFq2Mmm2as3u9PeQY3SkRHZP8QgjBoG59kvuMzJTbifiWJRCvRF9JQpWqQj
usHWr8s4fm05PJ+YBpGPz08ueXGm4VPgfUELuV/P/9pz6c/Zt53FVn2Cen8kAuBg
CleH+xDm+yfCf61MsN4eHUQ+EtjcI+8P7YqZrFQV4koMXri9Ii7GoNpBPeE44Hu5
w/XjHWAQXvg4oX08YDrnuocPmdnSuGuD8q5lQB+XCiVDB3W1PRk2n6Jo1Wl0P0A9
Ntkm5fErr5bFQypTO+CVyxw3C8FZhhjNRgpVqEe4bqhPnHEPw8l0rtaLN4vIl1fY
VSrtTI9BNU53TeP63/kSYFwZQHE7kmr32uRX0jPzsdCYEaS7t41MSZT3mH+agMO7
HoAEdcgZ7ovxSP3BAM52IIwj4dI+IG/FPLA+TztD6kf/U1ulgdKz7wvj+2k+ISOG
UAk2ZkRGlXJtX1V/ERuCo5Mqmzga0qqB+fUGGFyrOlJe2vGtt0MvYfqH4urlTm34
7hFrt77LLayphfeCQWbVXijp6JSDUu6U2SmJuJtAh5W/BmPeSFQ=
=TVZm
-----END PGP SIGNATURE-----
diff --git a/README.md b/README.md
index 4b65cbd7f473a3f060a1d9842b4d0d166b846563..19eb214b9cd850f258947cb269bd90d81d73e071 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# tmpl templates
+# .gitignore Template
-Check out the various branches for some basic examples of templates.
+A basic .gitignore template for [tmpl](https://gitea.com/jolheiser/tmpl)
## License
diff --git a/template.toml b/template.toml
index 1507fc7010e87ef33082677a8b06b15cfcf479cd..2695d9c25948222a5292aa61053eef782bba3e46 100644
--- a/template.toml
+++ b/template.toml
@@ -1,6 +1 @@
-# template.toml
-# Write any template args here to prompt the user for, giving any defaults/options as applicable
-
-name = "MyProject"
-
-lang = ["Go", "Rust", "Python"]
+binary = ""
diff --git a/template/.gitignore b/template/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..34f123086aef5102b374a0203ec8e3876f3c1fc8
--- /dev/null
+++ b/template/.gitignore
@@ -0,0 +1,8 @@
+# GoLand
+.idea/
+
+{{if ne .binary ""}}
+# Binaries
+/{{.binary}}
+/{{.binary}}.exe
+{{end}}
\ No newline at end of file
diff --git a/template/.gitkeep b/template/.gitkeep
deleted file mode 100644
index b4bd1aa2c0361fceac3ec18f307d949a46122254..0000000000000000000000000000000000000000
--- a/template/.gitkeep
+++ /dev/null
@@ -1 +0,0 @@
-Delete this file and put something else here!
\ No newline at end of file