-
Notifications
You must be signed in to change notification settings - Fork 1
/
.dockerignore
61 lines (56 loc) · 941 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Exclude common build artifacts
**/*.obj
**/*.pdb
**/*.user
**/*.aps
**/*.pch
**/*.vspscc
**/*_i.c
**/*_p.c
**/*.ncb
**/*.suo
**/*.tlb
**/*.tlh
**/*.bak
**/*.cache
**/*.ilk
**/*.log
**/*.lib
**/*.sbr
**/*.scc
**/*.binlog
**/*.*sdf
**/*.typemock
**/*.tmp
**/*.metaproj
**/bin
**/obj
**/.vs
**/_ReSharper*
**/TestResults
artifacts
packages
# Exclude generated files
**/*.g.cs
**/*.g.props
**/.idea/**/workspace.xml
**/.idea/**/tasks.xml
**/.idea/**/shelf
**/inspectcode.xml
eng/MetalamaVersion.props
**/launchSettings.json
**/.idea/workspace.xml
eng/tools
Metalama.Import.props
coverage.json
**/.vscode
**/.tools
# Source dependencies are passed as the 'docker-source-dependencies' directory,
# since the 'source-dependencies' typicall contains symbolic links.
source-dependencies
# Dependencies must be copied
!dependencies
# The git directory must be copied because of SourceLink
!.git
# Symbolic links cause problems.
.editorconfig