Skip to content

Commit

Permalink
Add .gitattributes file so the packaged zip becomes cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Aug 26, 2017
1 parent fdb762f commit 5fe25b3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Stuff not being exported to ZIP and therefore
# prevented from being packed into LSP.sublime-package

## git
.github/ export-ignore
gh-pages/ export-ignore
*.git export-ignore
*.gitignore export-ignore
*.gitattributes export-ignore

## unit testing
tests/ export-ignore
unittesting.json export-ignore

## other configs
stubs/ export-ignore
.travis.yml export-ignore
.appveyor.yml export-ignore
.coveragerc export-ignore
*.ini export-ignore
*.cfg export-ignore

0 comments on commit 5fe25b3

Please sign in to comment.