Skip to content

Instantly share code, notes, and snippets.

@mignonstyle
Last active February 11, 2020 01:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mignonstyle/a30c24dd3abd81623132be7de2e94c04 to your computer and use it in GitHub Desktop.
Save mignonstyle/a30c24dd3abd81623132be7de2e94c04 to your computer and use it in GitHub Desktop.
.gitignore configurations
# gitignore
# Author: Mignon Style
# version: 1.0
# Exclude any PSD/AI source
#*.psd
#*.ai
# composer
composer.phar
# Directories
tmp
node_modules
vendor
release
# Exclude temp nibs and swap files
*~.nib
*.swp
*~
# Logs and databases
*.log
*.sql
*.sqlite
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment