Created
November 18, 2021 17:11
-
-
Save elulcao/ee45aabf9b8ebb1ba270705dbb3cbf19 to your computer and use it in GitHub Desktop.
gitignore_global favorite configuration
This file contains 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
# vi | |
*~ | |
# Mac | |
**.DS_Store | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# vscode | |
**.vscode | |
*.code-workspace | |
**venv** | |
**build/ | |
*.tar.bz2 | |
*.rpm | |
# Extras |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment