Last active
February 11, 2020 01:21
-
-
Save mignonstyle/a30c24dd3abd81623132be7de2e94c04 to your computer and use it in GitHub Desktop.
.gitignore configurations
This file contains 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
# 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