2017-04-04 03:22:02 -04:00
|
|
|
# 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
|
2017-06-15 08:34:20 -04:00
|
|
|
|
2020-12-04 10:00:39 -05:00
|
|
|
packages/
|
2022-02-13 13:43:53 -05:00
|
|
|
|
2021-11-07 23:16:21 -05:00
|
|
|
|
|
|
|
# Include distributable workflow actions
|
|
|
|
!.github/actions/**/dist
|
2022-02-13 13:43:53 -05:00
|
|
|
|
2022-02-13 13:04:14 -05:00
|
|
|
|
|
|
|
# .CER Certificates
|
|
|
|
*.cer
|
|
|
|
# .PEM Certificates
|
|
|
|
*.pem
|
|
|
|
|
2022-02-13 13:43:53 -05:00
|
|
|
|
|
|
|
# Exclude build artifacts from samples
|
|
|
|
samples/**/dist/
|
|
|
|
samples/**/lib/
|
|
|
|
samples/**/solution/
|
|
|
|
samples/**/temp/
|
|
|
|
samples/**/release/
|
2022-11-01 15:49:16 -04:00
|
|
|
samples/**/node_modules
|
|
|
|
samples/react-kiota-custom-api-client/TeamifiedApi/appsettings.Development.json
|
|
|
|
samples/react-kiota-custom-api-client/teamified-client/package-lock.json
|
2023-05-03 11:10:49 -04:00
|
|
|
|
2023-07-24 16:20:44 -04:00
|
|
|
samples/react-azure-openai-connector/_gitignored/sample-request.json
|
|
|
|
samples/react-azure-openai-connector/_gitignored/citations-sample.json
|