Skip to content

Instantly share code, notes, and snippets.

@necronet
Created November 20, 2013 08:04
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save necronet/7559457 to your computer and use it in GitHub Desktop.
Archivo gitignore para drupal
#Ignore sass cache
.sass-cache/
#ignore tmp
tmp/
sites/all/default/files/*
#Ignore CSS files from theme (they all autogenerated from sass)
sites/all/themes/ayerdis/css/*
#Ignore MAC base files
*.DS_Store
# Ignore configuration files that may contain sensitive information.
sites/*/*settings*.php
# Ignore paths that contain generated content.
cache/
#files/
/sites/default/files/css
/sites/default/files/js
/sites/default/files/xmlsitemap
/sites/default/files/styles
sites/*/files
#sites/*/private
# Ignore default text files
.htaccess
robots.txt
/CHANGELOG.txt
/COPYRIGHT.txt
/INSTALL*.txt
/LICENSE.txt
/MAINTAINERS.txt
/UPGRADE.txt
/README.txt
sites/all/README.txt
sites/all/modules/README.txt
sites/all/themes/README.txt
# Ignore everything but the "sites" folder ( for non core developer )
web.config
authorize.php
cron.php
index.php
install.php
update.php
xmlrpc.php
/includes
/misc
/modules
/profiles
/scripts
/themes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment