Skip to content

Instantly share code, notes, and snippets.

@nucklearproject
Created September 26, 2012 22:27
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 nucklearproject/3791025 to your computer and use it in GitHub Desktop.
Save nucklearproject/3791025 to your computer and use it in GitHub Desktop.
My .gitignore DRUPAL
#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