Initial .gitignore commit

Signed-off-by: jolheiser <john.olheiser@gmail.com>
gitignore
jolheiser 2020-11-18 11:40:53 -06:00
parent 2fbf3220eb
commit d47e82ceae
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
4 changed files with 11 additions and 9 deletions

View File

@ -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

View File

@ -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 = ""

8
template/.gitignore vendored 100644
View File

@ -0,0 +1,8 @@
# GoLand
.idea/
{{if ne .binary ""}}
# Binaries
/{{.binary}}
/{{.binary}}.exe
{{end}}

View File

@ -1 +0,0 @@
Delete this file and put something else here!