-
Notifications
You must be signed in to change notification settings - Fork 198
/
.gitignore
85 lines (66 loc) · 1.26 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules/
npm-debug
npm-error
# build output
build/
coverage/
dist/
dts/
# Visual Studio cache/options directory
.DS_Store
.vs/
# Test App gitignore areas
yarn-error.log
*.log
# bundle analysis folders
/common/*
/tools/bundle-size-tools/bundle-analysis-app/bundleAnalysis
# UT results
/packages/*/test-results
/test-results
/tools/*/test-results
# locally generated docs
/packages/teams-js/docs
#lerna logs
lerna-debug.log
# Blazor Test App
microsoft-teams-library-js.sln
*.binlog
*.user
.dotnet/
.vs/
.vscode/
artifacts/
bin/
obj/
#VS Code Local Files
*.sln
# TypeScript output
out
# Dependency directories
node_modules
# Azure Functions artifacts
bin
obj
appsettings.json
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# TeamsFx files
env/.env.*.user
.env.local
build
appPackage/build
.deployment
.localConfigs
# dependencies
/node_modules
# testing
/coverage
# Dev tool directories
devTools/
# Ignore Jest JUnit test results
apps/teamsjs-diagnostic-app/test-results/unit/unit-tests-report.xml
#Ignore package locks
apps/teamsjs-diagnostic-app/package-lock.json
apps/teamsjs-diagnostic-app/api/package-lock.json