Last active
April 12, 2017 19:42
-
-
Save EstebanForge/e6ac7c10c25aa47b83d0 to your computer and use it in GitHub Desktop.
TCattd's .gitignore_global
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
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # | |
############ | |
# it's better to unpack these files and commit the raw source | |
# git has its own built in compression methods | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
#*.zip | |
# Logs and databases # | |
###################### | |
*.log | |
*.sql | |
*.sqlite | |
# OS generated files # | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
*.Trashes | |
ehthumbs.db | |
Thumbs.db | |
*.bak | |
*[Tt]humbs.db | |
# IDE files # | |
############# | |
nbproject | |
.~lock.* | |
.buildpath | |
.idea | |
.project | |
.settings | |
composer.lock | |
*~ | |
*.sublime-project | |
.svn | |
.cvs | |
*.komodoproject | |
*.sublime-workspace | |
*.swp | |
.sublime-gulp.cache | |
sublime-gulp.log | |
# WordPress # | |
############# | |
**readme.html | |
**license.txt | |
**.htaccess | |
**sitemap.xml | |
**sitemap.xml.gz | |
**wp-config.php | |
**local-config.php | |
**wp-config-local.php | |
**searchreplacedb2.php | |
**wp-content/backup-db/ | |
**wp-content/cache/ | |
**wp-content/advanced-cache.php | |
**wp-content/object-cache.php | |
**wp-content/wp-cache-config.php | |
**wp-content/w3-total-cache-config.php | |
**wp-content/db.php | |
**wp-content/backups/ | |
**wp-content/blogs.dir/ | |
**wp-content/uploads/ | |
**wp-content/upgrade/ | |
**wp-content/w3tc-config/ | |
**wp-content/vendor/ | |
**wp-content/plugins/hello.php | |
# TCattd's addons # | |
################### | |
**access_log** | |
**error_log** | |
**sftp-config.json** | |
**dandelion.yml** | |
**.ftppass** | |
**.sass-cache** | |
**.codekit-cache** | |
**config.codekit** | |
**node_modules/** | |
**bower_components/** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment