changed .gitignore file handling/creation

This commit is contained in:
2023-04-10 15:54:41 -04:00
parent 38c3a87dd2
commit 87a045cbea
3 changed files with 69 additions and 26 deletions

View File

@@ -11,18 +11,32 @@ scaffold go NewGoProject
scaffold py aPythonProject
`
var gi_template = `%s
.env
*.env
.env.toml
// var gi_template = `%s
// .env
// *.env
// .env.toml
cfg/*.toml
cfg/.env
cfg/*.env
cfg/.env*
*.toml
// cfg/*.toml
// cfg/.env
// cfg/*.env
// cfg/.env*
// *.toml
build/
buildTime.txt
buildVersion.txt
`
// build/
// buildTime.txt
// buildVersion.txt
// `
// var gi_py_template = `%s
// .env
// *.env
// .env.toml
// cfg/*.toml
// cfg/.env
// cfg/*.env
// cfg/.env*
// *.toml
// bin/
// `