Skip to content

Commit 1b8c374

Browse files
authored
ignore changes to launch.json #481 (#482)
1 parent 5b26895 commit 1b8c374

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ apiproxy/
2424
#keys for envoy
2525
remote-service.*
2626

27+
# ignore changes to launch.json
28+
.vscode/launch.json
29+
2730
#json files
2831
*.json
2932

@@ -35,4 +38,4 @@ remote-service.*
3538
!test/*.zip
3639
!cmd/apigeecli*
3740
!internal/apigeecli*
38-
!.vscode/launch.json
41+

0 commit comments

Comments
 (0)