Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup .gitignore #67

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@
/result*
/target/**
Copy link
Member

Choose a reason for hiding this comment

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

We can also remove these two rules, these directories are covered by the two rules above.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yup. That's what I get for having autogenerated .gitignore

/design-docs/src/mdbook/book/**
/sysroot/**
/nix/result*
/sysroot
/dev-env
/compile-env/
/dev-env-template/etc
/sterile
/artifact
/design-docs/src/mdbook/src/mdbook-plantuml-img/
/.vscode
/.run/
/.bin
/design-docs/src/mdbook/src/mdbook-plantuml-img/**
/compile-env/**
/.vscode/**
/.bin/**
/dev-env-template/**
Loading