Skip to content

Instantly share code, notes, and snippets.

@divspace
Last active September 26, 2020 03:15
Show Gist options
  • Save divspace/5e826b4a055f143b8efb923593ac5550 to your computer and use it in GitHub Desktop.
Save divspace/5e826b4a055f143b8efb923593ac5550 to your computer and use it in GitHub Desktop.
Global Git Ignore File
################################################################################
# git config --global core.excludesfile ~/.gitignore
# https://gist.github.com/divspace/5e826b4a055f143b8efb923593ac5550
################################################################################
################################################################################
# Directories
################################################################################
.idea/
.metadata/
.project/
.rocketeer/
.sass-cache/
.settings/
.Spotlight-V100/
.Trash/
.Trashes/
.vagrant/
/vendor/
################################################################################
# Files
################################################################################
*.7z
*.bak
*.class
*.com
*.css.map
*.dll
*.dmg
*.exe
*.gz
*.iml
*.ipr
*.iso
*.jar
*.log
*.o
*.pyc
*.pyo
*.rar
*.sass.map
*.scss.map
*.so
*.swo
*.swp
*.tar
*.zip
*~
._*
.classpath
.DS_Store
.DS_Store?
.php_cs.cache
.phpstorm.meta.php
.phpunit.result.cache
ehthumbs.db
Thumbs.db
################################################################################
# Laravel
################################################################################
/public/hot/
/public/storage/
/storage/*.key
_ide_helper.php
_ide_helper_models.php
################################################################################
# npm
################################################################################
node_modules/
npm-debug.log
################################################################################
# Yarn
################################################################################
.yarn/*
!.yarn/plugins/
!.yarn/releases/
!.yarn/sdks/
!.yarn/versions/
.pnp.*
yarn-error.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment