Skip to content

Instantly share code, notes, and snippets.

@gwarnants
Created February 14, 2018 14:00
Show Gist options
  • Save gwarnants/8e9f6799847af45d54fd4d2bae9d5481 to your computer and use it in GitHub Desktop.
Save gwarnants/8e9f6799847af45d54fd4d2bae9d5481 to your computer and use it in GitHub Desktop.
.gitignore for Drupal 8 that ignores everything except custom files
# Ignore everything except custom files
/*
!/modules
/modules/*
!/modules/custom/
!/themes
/themes/*
!/themes/custom/
!/profiles
/profiles/*
!/profiles/custom/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment