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

Ignore .vscode directory (same as .idea) #230

Merged
merged 2 commits into from
Mar 2, 2024

Conversation

gosuwachu
Copy link
Contributor

No description provided.

@gosuwachu gosuwachu marked this pull request as draft March 1, 2024 22:24
@gosuwachu
Copy link
Contributor Author

Will be ready after #231 lands on main.

Users should instead configure a local excludes file by placing
the following into the per-user `~/.gitconfig` for example.

````
[core]
        excludesFile = ~/.gitignore
````

Now it's easy to generaet a suitable `~/.gitignore` file using
https://gitignore.io for instance.
@Byron
Copy link
Owner

Byron commented Mar 2, 2024

Thanks for the hint!

I actually want to go in the other direction, please see the commit message of 30f28a7 for details. Thanks for your understanding, but doing it like this will scale across all repositories right away without the need for changing each of their ignore files to match a local setup.

Doing so also enables cool new features (precious files) :).

@Byron Byron merged commit b79fde4 into Byron:main Mar 2, 2024
2 checks passed
@gosuwachu gosuwachu deleted the dev/pwach/ignore-vs-code branch March 2, 2024 15:18
@gosuwachu
Copy link
Contributor Author

TIL, I have never used global .gitignore, but I have just set it up. Definitely useful for "precious files" :)

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.

None yet

2 participants