forked from microsoft/ApplicationInsights-node.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
42 lines (34 loc) · 798 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
# Ignore build files
out/
obj/
*.tgz
# Except imported Declarations and Typings
!/Declarations/**
# Ignore Node files
node_modules/**
test/backCompatibility/oldTSC/node_modules/**
test/backCompatibility/node10Types/node_modules/**
test/functionalTests/runner/node_modules/**
test/functionalTests/testApp/node_modules/**
test/functionalTests/runner/package-lock.json
test/functionalTests/testApp/package-lock.json
# Ignore Visual Studio files
*.suo
*.sln
*.dat
*.njsproj
.vscode/
# Ignore webstorm files
.idea
*.iml
# Ignore OS X files
*.DS_Store
# Ignore log files
npm-debug.log
undefined/temp/appInsights-node/applicationinsights.log
.nyc_output/*
test/certs/server-key.pem
# Ignore folder created during test runs
undefined/*
node_modules
dist-esm