Skip to content

Instantly share code, notes, and snippets.

@elulcao
Created November 18, 2021 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elulcao/ee45aabf9b8ebb1ba270705dbb3cbf19 to your computer and use it in GitHub Desktop.
Save elulcao/ee45aabf9b8ebb1ba270705dbb3cbf19 to your computer and use it in GitHub Desktop.
gitignore_global favorite configuration
# 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