Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
jolheiser | 7c0714e47e | |
jolheiser | 98a05d3d1d | |
John Olheiser | d71e8fa684 | |
jolheiser | 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://git.jojodev.com/jolheiser/tmpl)
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
# template.toml
|
||||
# Write any template args here to prompt the user for, giving any defaults/options as applicable
|
||||
|
||||
name = "MyProject"
|
||||
|
||||
lang = ["Go", "Rust", "Python"]
|
|
@ -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