-
Notifications
You must be signed in to change notification settings - Fork 62
/
.gitignore
69 lines (52 loc) · 1.48 KB
/
.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
69
# git ignore file
# Visual Studio Solution preference files.
*.suo
*.sdf
*.opensdf
*.vcxproj.user
*.DotSettings.user
*.userprefs
*.vsmdi
*.csproj.user
*.sfproj.user
.vs/
# VS Code
**/.vscode/
*.tlog
# Version Files
VersionAssemblyInfo.cs
# Build output
bin/
obj/
# Windows image thumbnail cache file
Thumbs.db
*.pidb
#ignore launchSettings
launchSettings.json
# Ignore FullAgent build output
src/_build/
# Build tools should be saved in full, even if they match ignore patterns.
!/build/Tools/*
# Ignore home dirs
newrelichome_*
# Integration Tests
tests/Agent/IntegrationTests/Applications/*/Deploy/
tests/Agent/IntegrationTests/SharedApplications/*/Deploy/
tests/Agent/IntegrationTests/UnboundedApplications/*/Deploy/
tests/Agent/IntegrationTests/.vs/config/applicationhost.config
.DS_Store
# Local profiler build artificats
src/Agent/_profilerBuild/*Debug
src/Agent/NewRelic/Profiler/Profiler/VersionInfo.h
# Ignore any signing keys used in Linux packaging
build/Linux/keys
# ignore profiler binaries - they're now pulled from a NuGet package (see Home.csproj)
/src/Agent/_profilerBuild/linux-arm64-release/libNewRelicProfiler.so
/src/Agent/_profilerBuild/linux-x64-release/libNewRelicProfiler.so
/src/Agent/_profilerBuild/x64-Release/NewRelic.Profiler.dll
/src/Agent/_profilerBuild/x86-Release/NewRelic.Profiler.dll
# ignore Docker environment files
*.env
# Container Integration Tests
/tests/Agent/IntegrationTests/LocalStack/volume
/tests/Agent/IntegrationTests/ContainerApplications/volume/cache