Created
September 26, 2012 22:27
-
-
Save nucklearproject/3791025 to your computer and use it in GitHub Desktop.
My .gitignore DRUPAL
This file contains hidden or 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
#IDE resources | |
.project | |
*.config | |
.idea | |
.settings | |
resources | |
nbproject | |
private | |
.idea | |
*.sublime-project | |
*.sublime-workspace | |
*.back | |
*.old | |
*.swp | |
#General | |
#.gitignore | |
.htaccess | |
assets | |
tmp | |
temp | |
temporal | |
cache | |
#Drupal core | |
includes | |
misc | |
modules | |
profiles | |
scripts | |
themes | |
#Only modules/custom and all themes of sites folder. | |
!sites/ | |
sites/* | |
!sites/all | |
sites/all/* | |
!sites/all/themes/ | |
!sites/all/modules/ | |
sites/all/modules/* | |
!sites/all/modules/custom/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment