Skip to content

Instantly share code, notes, and snippets.

@awakekat
Created February 13, 2016 01:53
Show Gist options
  • Save awakekat/f474b90c5b0d7ff44946 to your computer and use it in GitHub Desktop.
Save awakekat/f474b90c5b0d7ff44946 to your computer and use it in GitHub Desktop.
big gitignore
# Created by https://www.gitignore.io/api/osx,codekit,bower,sass,wordpress,yeoman
### OSX ###
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### CodeKit ###
# General CodeKit files to ignore
config.codekit
/min
### Bower ###
bower_components
.bower-cache
.bower-registry
.bower-tmp
### Sass ###
.sass-cache/
*.css.map
### WordPress ###
*.log
.htaccess
sitemap.xml
sitemap.xml.gz
wp-config.php
wp-content/advanced-cache.php
wp-content/backup-db/
wp-content/backups/
wp-content/blogs.dir/
wp-content/cache/
wp-content/upgrade/
wp-content/uploads/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php
/readme.html
/license.txt
### Yeoman ###
node_modules/
bower_components/
*.log
build/
dist/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment