Skip to content

Commit

Permalink
Move .env file to .env.dist to avoid update conflicts. (#419)
Browse files Browse the repository at this point in the history
* Move .env file to .env.dist to avoid update conflicts.

* Add customizable files to .gitignore.
  • Loading branch information
mgruner committed Jun 12, 2024
1 parent e7b21d3 commit 0b1a832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
docker-compose-test.yml
docker-compose.override.yml
.env

0 comments on commit 0b1a832

Please sign in to comment.