Skip to content

Commit 38bb6c3

Browse files
authored
chore(codegen): gitignore files auto-created by VSCode (#2842)
1 parent 0f8c0a2 commit 38bb6c3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitignore

+9-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,12 @@ dist
4242
/verdaccio/*
4343
!/verdaccio/config.yaml
4444

45-
*.tsbuildinfo
45+
*.tsbuildinfo
46+
47+
codegen/.project
48+
codegen/.classpath
49+
codegen/.settings/
50+
codegen/*/.project
51+
codegen/*/.classpath
52+
codegen/*/.settings/
53+
codegen/*/bin

0 commit comments

Comments
 (0)