Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ packages/*/*.tsbuildinfo
/packages/material-icons/temp
!/packages/documentation/types

# Include the built files that we want to customize so that we can install from Github
!/packages/autocomplete/es
!/packages/autocomplete/lib
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed by jest.

!/packages/autocomplete/types
!/packages/form/es
!/packages/form/lib
!/packages/form/types
!/packages/form/dist

# Documentation ignores since .gitignore in child directories isn't picked up by
# ag
/packages/documentation/.next
Expand Down
Loading