Created
June 19, 2014 08:12
-
-
Save pratik60/2a9ad266075923f8f212 to your computer and use it in GitHub Desktop.
Gitignore for drupal
This file contains 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
# 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