Skip to content

Commit 5323a81

Browse files
authored
fix: ignore build folders from codegen folder (aws#1381)
1 parent 16ded4a commit 5323a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dist
3131
*.iml
3232
*.iws
3333

34-
codegen/build
34+
codegen/**/build
3535
codegen/sdk-codegen/smithy-build.json
3636
.gradle
3737
*/out/

0 commit comments

Comments
 (0)