Skip to content

Commit 7164cde

Browse files
authored
Update .gitignore (#40605)
* Update .gitignore Ignoring files and folders created in the spec-gen-sdk pipeline scenario only ignore package.json and package-lock.json under root folder
1 parent 31ef1fd commit 7164cde

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.gitignore

+10-2
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,18 @@ sdk/cosmos/azure-cosmos/test/test_config.py
156156
# api stub files
157157
*_python.json
158158

159-
# temporary folder to refresh SDK with cadl
159+
# temporary folder to refresh SDK with TypeSpec
160160
TempTypeSpecFiles/
161161

162+
# temporary folders and files created by running command 'tsp-client install-dependencies'
163+
node_modules/
164+
/package-lock.json
165+
/package.json
166+
167+
# component detection report
168+
component-detection-pip-report.json
169+
162170
# Eclipse project files
163171
**/.project
164172
**/.pydevproject
165-
**/.settings
173+
**/.settings

0 commit comments

Comments
 (0)