-
Notifications
You must be signed in to change notification settings - Fork 3.9k
/
.gitignore
60 lines (45 loc) · 981 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
# Logs
logs
*.log
npm-debug.log*
# Dependency directories
node_modules
# Build generated files
dist
lib
solution
temp
*.sppkg
# Coverage directory used by tools like istanbul
coverage
# OSX
.DS_Store
# Visual Studio files
.ntvs_analysis.dat
.vs
.vscode
bin
obj
# Resx Generated Code
*.resx.ts
# Styles Generated Code
*.scss.ts
packages/
# Include distributable workflow actions
!.github/actions/**/dist
# .CER Certificates
*.cer
# .PEM Certificates
*.pem
# Exclude build artifacts from samples
samples/**/dist/
samples/**/lib/
samples/**/solution/
samples/**/temp/
samples/**/release/
samples/**/node_modules
samples/react-kiota-custom-api-client/TeamifiedApi/appsettings.Development.json
samples/react-kiota-custom-api-client/teamified-client/package-lock.json
samples/react-azure-openai-connector/_gitignored/sample-request.json
samples/react-azure-openai-connector/_gitignored/citations-sample.json
samples/react-azure-openai-connector/_gitignored/MyConstants.ts