Skip to content

Instantly share code, notes, and snippets.

@PuneetGopinath
Created June 3, 2021 05:08
Show Gist options
  • Save PuneetGopinath/cdacb2621438adc42c62ae4606834634 to your computer and use it in GitHub Desktop.
Save PuneetGopinath/cdacb2621438adc42c62ae4606834634 to your computer and use it in GitHub Desktop.
gitattributes for projects
# don't include gitattributes while archiving (https://git-scm.com/docs/git-archive)
/.gitattributes export-ignore
# ignore files like .gitignore and .npmignore when archiving
*ignore* export-ignore
/.github/*.yml export-ignore
/.github/workflows export-ignore
/.github/ISSUE_TEMPLATE export-ignore
/.github/PULL_REQUEST_TEMPLATE.md export-ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment