forked from netobserv/netobserv-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
57 lines (49 loc) · 713 Bytes
/
.dockerignore
File metadata and controls
57 lines (49 loc) · 713 Bytes
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
47
48
49
50
51
52
53
54
55
56
57
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Build artifacts
**/bin/
**/testbin/
manager
*.o
*.tar
*.tgz
# Test files and directories
**/*_test.go
cover*.out
test.out
**/e2e/
# Documentation
**/docs/
CONTRIBUTING.md
DEVELOPMENT.md
FAQ.md
RELEASE.md
*.md
!README.md
# Examples and samples (not needed for build)
**/helm/
**/test-assets/
**/_tmp/
# CI/CD and development files
**/.git/
.gitignore
.gitattributes
OWNERS
renovate.json
Makefile
PROJECT
**/scripts/
# Dockerfiles (not needed in build context)
Dockerfile*
!Dockerfile
bundle.Dockerfile*
catalog.Dockerfile*
# IDE and editor files
**/.vscode/
**/.idea/
*.swp
*.swo
*~
.DS_Store
# Temporary files
*.tmp
*.log