Skip to content

Commit 3462d73

Browse files
committed
Add .env & docker-compse.yaml to .gitignore & .dockerignore
1 parent 435f610 commit 3462d73

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
.dockerignore
2+
.env
23
.github
34
.gitignore
45
.goreleaser.yaml
56
amongusdiscord.xml
67
app.json
8+
docker-compose.yml
79
Dockerfile
810
LICENSE
911
renovate.json

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ config.txt
2525
final.txt
2626
final.env
2727
*log.txt
28+
.env
2829

2930
# logs file
3031
logs.txt

0 commit comments

Comments
 (0)