Initial .gitignore commit
Signed-off-by: jolheiser <john.olheiser@gmail.com>gitignore
parent
2fbf3220eb
commit
d47e82ceae
|
@ -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
|
||||
|
||||
|
|
|
@ -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 = ""
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# GoLand
|
||||
.idea/
|
||||
|
||||
{{if ne .binary ""}}
|
||||
# Binaries
|
||||
/{{.binary}}
|
||||
/{{.binary}}.exe
|
||||
{{end}}
|
|
@ -1 +0,0 @@
|
|||
Delete this file and put something else here!
|
Loading…
Reference in New Issue