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

fix: add .gitignore file to .elixir-tools directory #113

Merged
merged 3 commits into from
Jul 20, 2023

Conversation

lud-wj
Copy link
Contributor

@lud-wj lud-wj commented Jul 17, 2023

Fixes #118

@mhanberg
Copy link
Collaborator

You need to add .elixir-tools to your project's gitignore or your global gitignore.

@lud-wj
Copy link
Contributor Author

lud-wj commented Jul 17, 2023

Whenever I open an elixir project, and I have a lot, this directory will be created. Requiring users to update all their project's .gitignore files will lead to frustration, as some will inevitably forget it and start to add thousand files to their next commit.

A vscode extension should have no impact on the repository it is used in, in my opinion. This proposal aims to do just that : the directory ignores itself and everyone is happy.

@mhanberg
Copy link
Collaborator

That's why you can add it to your global gitignore.

But if this works, then might as well add it. I'll test it out tonight.

@mhanberg mhanberg changed the title git ignore all build files in user's git repository fix: add .gitignore file to .elixir-tools directory Jul 20, 2023
@mhanberg mhanberg merged commit 24d9915 into elixir-tools:main Jul 20, 2023
10 checks passed
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.

suggestion: add .gitignore * to .next-ls dir
2 participants