- .gitignore from sample dirs, create via template

This commit is contained in:
2023-04-09 16:51:19 -04:00
parent 1c86111737
commit 38c3a87dd2
2 changed files with 24 additions and 0 deletions

View File

@@ -10,3 +10,19 @@ Usage examples:
scaffold go NewGoProject
scaffold py aPythonProject
`
var gi_template = `%s
.env
*.env
.env.toml
cfg/*.toml
cfg/.env
cfg/*.env
cfg/.env*
*.toml
build/
buildTime.txt
buildVersion.txt
`