Snippets

Rik Kendell Gitignore

Created by Rik Kendell

File .gitignore Added

  • Ignore whitespace
  • Hide word diff
+#################
+## WordPress
+#################
+
+wp-content/uploads/
+
+#############
+## TOOLS
+#############
+
+# SASS
+*.sass-cache/
+
+# Codekit
+*.codekit-cache/
+
+# Node.js
+node_modules
+node_modules/
+
+#############
+## Sublime Text
+#############
+
+# workspace files are user-specific
+*.sublime-workspace
+
+# project files should be checked into the repository, unless a significant
+# proportion of contributors will probably not be using SublimeText
+# *.sublime-project
+
+# sftp configuration file
+sftp-config.json
+
+*.tmlanguage.cache
+*.tmPreferences.cache
+*.stTheme.cache
+
+#################
+## Eclipse
+#################
+
+*.pydevproject
+.project
+.metadata
+bin/
+tmp/
+*.tmp
+*.bak
+*.swp
+*~.nib
+local.properties
+.classpath
+.settings/
+.loadpath
+
+# External tool builders
+.externalToolBuilders/
+
+# Locally stored "Eclipse launch configurations"
+*.launch
+
+# CDT-specific
+.cproject
+
+# PDT-specific
+.buildpath
+
+#############
+## Windows / Mac OS detritus
+#############
+
+# Windows image file caches
+Thumbs.db
+ehthumbs.db
+
+# Folder config file
+Desktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Mac crap
+.DS_Store
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.