Last active
November 8, 2022 18:05
-
-
Save jottenlips/05ac770060e6ed5966ee9275c9580d43 to your computer and use it in GitHub Desktop.
Add a line to your .gitignore file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ignore() { | |
| echo "\n$1" >>.gitignore | |
| echo "added $1 to .gitignore" | |
| } | |
| # use | |
| # ignore .DS_STORE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment