Skip to content

Instantly share code, notes, and snippets.

@pratik60
Created June 19, 2014 08:12
Show Gist options
  • Save pratik60/2a9ad266075923f8f212 to your computer and use it in GitHub Desktop.
Save pratik60/2a9ad266075923f8f212 to your computer and use it in GitHub Desktop.
Gitignore for drupal
# Ignore emacs backup files...
*~
# Ignore configuration files that may contain sensitive information.
sites/*/settings.php
# Ignore paths that contain user-generated content.
.sass-cache/*
sites/*/files
sites/*/private
.htaccess
.tags*
.DS_Store
._.DS_Store
.svn/
.bundle/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment