Skip to content

Commit

Permalink
Ignore all lib dirs except for those we explcitly allow
Browse files Browse the repository at this point in the history
Signed-off-by: Gene Johnston <[email protected]>
  • Loading branch information
gejohnston committed Oct 24, 2023
1 parent 0291723 commit 0a1d196
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ imperative_debug.log
*.bat

# we do not commit lib files
/__tests__/__packages__/cli-test-utils/lib/
/packages/*/lib/
/packages/imperative/__tests__/**/lib/
**/lib/
# we DO commit pre-compiled plugin test modules
!/packages/imperative/__tests__/src/packages/imperative/plugins/test_plugins/*/lib/

Expand Down

0 comments on commit 0a1d196

Please sign in to comment.