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

Delete .DS_Store and categorize .gitignore #25

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

szepeviktor
Copy link

@szepeviktor szepeviktor commented Aug 19, 2023

These are viktor-invented categories.

A single .gitignore file in a project cannot cover every OS, every IDE and every local environment.
Please consider keeping "OS" and "IDE and local environment" patterns on your local machine in user home.

git config --global core.excludesFile ~/.gitignore

@bradtraversy This will ignore these patterns in all your projects once and for all.
https://git-scm.com/docs/gitignore

source

@szepeviktor szepeviktor changed the title Delete .DS_Store Delete .DS_Store and categorize .gitignore Aug 19, 2023
@szepeviktor szepeviktor marked this pull request as ready for review August 19, 2023 07:36
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.

1 participant