Skip to content

Instantly share code, notes, and snippets.

@YesCT
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YesCT/d968f8209fde43c52090 to your computer and use it in GitHub Desktop.
Save YesCT/d968f8209fde43c52090 to your computer and use it in GitHub Desktop.
# Patch/diff artifacts.
*.patch
*.diff
*.orig
*.rej
interdiff*.txt
# emacs artifacts.
*~
\#*\#
# VI swap file
*.swp
# Hidden files.
.DS*
.project
# phpstorm
.idea
# Windows links.
*.lnk
# Temporary files.
tmp*
# For symfony
composer.lock
# Ignore configuration files that may contain sensitive information.
sites/*/settings*.php
# Ignore paths that contain user-generated content.
sites/*/files
sites/*/private
sites/simpletest
# cause on install. for working on patches.
sites/default/services.yml
/modules/*
/reinstall.php
#dev desktop
sites/*.local
#pair programming
.floo
.flooignore
#xhprof kit
/xhprof-kit
/index-perf.php
# phpinfo
phpinfo.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment