Skip to content

Instantly share code, notes, and snippets.

@guylepage3
Forked from jamesmurdza/.gitignore_global
Created November 18, 2022 15:36
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 guylepage3/fc5bbcb843e38f200161b04b9dbcde0b to your computer and use it in GitHub Desktop.
Save guylepage3/fc5bbcb843e38f200161b04b9dbcde0b 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