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

repo: Add .gitignore #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

phlax
Copy link
Contributor

@phlax phlax commented Oct 14, 2024

No description provided.

Signed-off-by: Ryan Northey <[email protected]>
@@ -0,0 +1,3 @@

/bazel-*
*~
Copy link
Contributor

Choose a reason for hiding this comment

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

As an emacs user, I appreciate this, but I prefer to put it in my own ~/.gitignore and include that via ~/.gitconfig:

[core]
        excludesfile = /expanded/path/to/~/.gitignore

That way I don't have to make such changes to every project I work on.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

makes sense - but i still think its a good idea for projects to carry this also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants