Skip to content

Commit d53efd9

Browse files
committed
fix: allow packages/types in gitignore
gitignore ignores packages/types in addition to types folders for type definitions husky > pre-commit (node v14.15.4) ✔ Preparing... ✔ Running tasks... ✖ The following paths are ignored by one of your .gitignore files: packages/types Use -f if you really want to add them. ✔ Cleaning up... husky > commit-msg (node v14.15.4)
1 parent 9e4b2d6 commit d53efd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ codegen/sdk-codegen/smithy-build.json
3939
coverage
4040
dist
4141
types
42+
!packages/types
4243

4344
/verdaccio/*
4445
!/verdaccio/config.yaml

0 commit comments

Comments
 (0)