File: .dockerignore

package info (click to toggle)
python-streamz 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: python: 6,739; sh: 18; makefile: 16
file content (16 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Common IDE configuration directories and files that should be ignored
*.vscode
*.idea

# Previous build output that should not be included
build
directories

# Ignore the Dockerfile itself
Dockerfile

# Ignore CI related files are we don't need those in the container
.codecov.yml
.coveragerc
.gitignore
.travis.yml