On branch master

Changes to be committed:
renamed:    .env -> .env.default
	Tracking only default changes in git for .env files
modified:   .gitignore
	Added local .env file
This commit is contained in:
Mike Holloway 2022-03-04 01:33:58 -05:00
parent 8797006c5a
commit af56608bc2
2 changed files with 2 additions and 1 deletions

View File

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
.*.sw*
*.log
.env