Skip to content

Commit 5c862d1

Browse files
committed
docker ignore file, for most important files
1 parent 91e0b8b commit 5c862d1

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.dockerignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Git
2+
.git
3+
.github
4+
.gitignore
5+
.gitattributes
6+
7+
8+
# Environments
9+
example.env
10+
.env
11+
.venv
12+
env/
13+
venv/
14+
ENV/
15+
env.bak/
16+
venv.bak/
17+
18+
# OSX files
19+
**/.DS_Store
20+
21+
# Docker
22+
Dockerfile
23+
docker-compose*
24+
.dockerignore

0 commit comments

Comments
 (0)