Skip to content

Instantly share code, notes, and snippets.

@CelticParser
Last active September 14, 2015 19:58
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 CelticParser/7def57077575250ff729 to your computer and use it in GitHub Desktop.
Save CelticParser/7def57077575250ff729 to your computer and use it in GitHub Desktop.
.gitattributes template for StaticSmith Modules
# Ignore un-needed files and directories for export of production releases
# See: http://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Exporting-Your-Repository
test/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.jshintrc export-ignore
.npmignore export-ignore
.npm-debug.log export-ignore
.travis.yml export-ignore
CONTRIBUTING.md export-ignore
# Merge strategy
README.md merge=ours
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment