Skip to content

Instantly share code, notes, and snippets.

@gwarnants
Created February 10, 2017 09:20
Show Gist options
  • Save gwarnants/96d40aa920bc314d3559641b010e71a3 to your computer and use it in GitHub Desktop.
Save gwarnants/96d40aa920bc314d3559641b010e71a3 to your computer and use it in GitHub Desktop.
sample .gitattributes for Drupal
# ignore git files
.gitattributes export-ignore
.gitignore export-ignore
# ignore drupal files
.editorconfig export-ignore
/*.txt export-ignore
install.php export-ignore
modules/README.txt export-ignore
sites/README.txt export-ignore
themes/README.txt export-ignore
sites/all/libraries/README.txt export-ignore
sites/all/modules/README.txt export-ignore
sites/all/themes/README.txt export-ignore
# ignore custom files
gruntfile.js export-ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment