Skip to content

Commit

Permalink
prevent .env from getting into docker
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtman2k committed Dec 18, 2022
1 parent 9d99667 commit 4ea4240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.env
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.env
.env
.idea

0 comments on commit 4ea4240

Please sign in to comment.