fix .gitignore comment, remove app/version.py

This commit is contained in:
stvnrlly
2022-12-06 11:29:07 -05:00
parent 7613cd2747
commit fdc10b3ec4
2 changed files with 2 additions and 4 deletions

4
.gitignore vendored
View File

@@ -112,8 +112,8 @@ logs/**
# Files/folders created by build so not present in .cfignore
app/version.py
app/static # is generated at build time
app/templates/vendor # is generated at build time
app/static
app/templates/vendor
# Terraform
.terraform.lock.hcl

View File

@@ -1,2 +0,0 @@
__git_commit__ = ""
__time__ = ""