forked from elastic/elastic-stack-installers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (52 loc) · 928 Bytes
/
.gitignore
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
62
63
64
65
66
67
68
## Project specific ignores
#build/*
#!build/scripts
#!build/scripts/*
#build/scripts/obj
#build/tools/vagrant/.vagrant
#!build/tools
#!build/tools/*
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# msbuild binary log files
*.binlog
# VS cache
.vs
# User-specific files
*.suo
*.user
*.msi
# Build results
[Dd]ebug/
[Rr]elease/
x64/
x86/
[Bb]in/
[Oo]bj/
*.wixobj
# Roslyn cache directories
*.ide/
*vscode
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Jetbrains cache
src/.idea/
# Test cmd files
src/*.cmd
# Executable Artifacts
src/*.exe
src/*.pdb
src/*.dll
pwsh
pwsh.zip