fixed gitignore
This commit is contained in:
parent
1146abc8d1
commit
5278c19a45
|
@ -54,4 +54,4 @@ 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-content-query-online/package-lock.json
|
||||
|
||||
|
|
|
@ -24,6 +24,9 @@ coverage
|
|||
bin
|
||||
obj
|
||||
|
||||
#node stuff
|
||||
package-lock.json
|
||||
|
||||
# Resx Generated Code
|
||||
*.resx.ts
|
||||
|
||||
|
|
Loading…
Reference in New Issue