Created
August 14, 2025 11:28
-
-
Save Sardonyx001/5a8b6d2fc88df3db17ccaaa79249e823 to your computer and use it in GitHub Desktop.
git alias to ignore annoying files without putting them in .gitignore
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
| git config --global alias.fuckoff '!git status -s | awk "{printf \$2\"\\n\"}" >> .git/info/exclude' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment