-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dockerignore
46 lines (39 loc) · 990 Bytes
/
.dockerignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# This file is maintained at:
# https://github.com/Eagerod/dotfiles/blob/master/docker/.dockerignore
# Generic, and hopefully extremely reusable .dockerignore file.
# Each section outlines a collection of somewhat related files that should be
# excluded from nearly every Docker image that ends up being built.
# Commenting out certain lines may be reasonable under some circumstances.
# Sections are kind of sorted according to how project-specific they are, so
# items higher up in the list should nearly never need to be commented away.
#
# Operating system files
**/.DS_Store
# Docker files
Dockerfile
.dockerignore
docker-compose.yml
docker-compose.yaml
# Git files
**/.git
**/*.orig
**/.gitignore
# Workspace/Editor files
*.sublime-project
*.sublime-workspace
**/.idea
**/.vscode
# CI-runner files
.drone.yml
.drone.yaml
.github
.gitlab-ci.yml
.gitlab-ci.yaml
.travis.yml
.travis.yaml
# General project files
README.md
# Files for this project
build
publish
coverage.out