-
-
Save guylepage3/fc5bbcb843e38f200161b04b9dbcde0b to your computer and use it in GitHub Desktop.
Global .gitignore Example File
This file contains hidden or 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
# 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