Skip to content

Instantly share code, notes, and snippets.

@PaulRBerg
Last active August 20, 2021 15:26
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 PaulRBerg/e0d86baf12289a824a8a5260d21bae92 to your computer and use it in GitHub Desktop.
Save PaulRBerg/e0d86baf12289a824a8a5260d21bae92 to your computer and use it in GitHub Desktop.
My personal global .gitignore file
# Dotfiles
.extra
# Environment files
.env
.envrc
# Files that might appear on external disks
.Spotlight-V100
.Trashes
# Ethereum related
multisol-*/
# Folder view configuration files
.DS_Store
Desktop.ini
# Git residue
*.orig
# IDEs
*.iml
.idea/
.vscode/
# Node
npm-error.log
yarn-error.log
node_modules/
# Python
.python-version
*.pyc
# Thumbnail cache files
._*
Thumbs.db
# WebAssembly
.emsdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment