Skip to content

Commit

Permalink
Add a .gitattributes files (#1559)
Browse files Browse the repository at this point in the history
* Create .gitattributes

* Update list of 'export-ignore' files in .gitattributes
  • Loading branch information
ericcornelissen authored and birjj committed Aug 18, 2019
1 parent 87ab9c4 commit 9d5efeb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
@@ -0,0 +1,17 @@
* text=auto

# SVGs are treated as binary by default
*.svg text

# Don't diff machine generated files
package-lock.json -diff

# Treat images as binary
*.ico binary
*.png binary

# Don't export/archive these files
.github export-ignore
.gitpod.yml export-ignore
.travis.yml export-ignore
CNAME export-ignore

0 comments on commit 9d5efeb

Please sign in to comment.