Skip to content

Instantly share code, notes, and snippets.

@jamesmurdza
Created April 20, 2022 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jamesmurdza/f5363f8c6599155724c5d51d8191e1bc to your computer and use it in GitHub Desktop.
Save jamesmurdza/f5363f8c6599155724c5d51d8191e1bc to your computer and use it in GitHub Desktop.
Global .gitignore Example File
# An example global gitignore file
#
# Place a copy if this at ~/.gitignore_global
# Run `git config --global core.excludesfile ~/.gitignore_global`
# Folder view configuration files
.DS_Store
# Files that might appear on external disks
.Spotlight-V100
.Trashes
# Compiled Python files
*.pyc
# Compiled C++ files
*.out
# Application specific files
venv
node_modules
.sass-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment