Skip to content

Clean up .gitignore#152

Merged
majcosta merged 1 commit into
masterfrom
majcosta-patch-1
May 23, 2023
Merged

Clean up .gitignore#152
majcosta merged 1 commit into
masterfrom
majcosta-patch-1

Conversation

@majcosta
Copy link
Copy Markdown
Contributor

To set up a personal .gitignore:

using Git Bash:
echo shelve/ >> ~/.gitignore
git config --global core.excludesFile ~/.gitignore

using Command Prompt, replace ~ with %USERPROFILE%

To set up a personal .gitignore:

using Git Bash:
`echo shelve/ >> ~/.gitignore`
`git config --global core.excludesFile ~/.gitignore`

using Command Prompt, replace `~` with `%USERPROFILE%`
@majcosta majcosta merged commit dd004dc into master May 23, 2023
@majcosta majcosta deleted the majcosta-patch-1 branch October 23, 2023 18:48
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