Skip to content

Commit a302cd3

Browse files
committed
Refactor .dockerignore and .gitignore files
1 parent 498ff6d commit a302cd3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.dockerignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tmp
22
output
33
db/*
4-
.env
5-
.env.*
4+
.env

.env.development

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DEBUG=true
2+
TOKEN=
3+
PUSH_ENDPOINT=http://localhost:8000
4+
PUSH_INTERVAL_SECONDS=1

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tmp
22
output
33
db/*
4-
.env
5-
.env.*
4+
.env

0 commit comments

Comments
 (0)