Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.

Commit 943bb8a

Browse files
author
Anita Steiner
authored
Merge pull request #66 from datavisyn/rumersdorfer-gitattributes_dist
Update .gitattributes
2 parents b93bfcb + c803893 commit 943bb8a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,10 @@ AUTHORS text
125125
# with the python modules ``pickle``, ``dbm.*``,
126126
# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``
127127
# (among others).
128+
129+
130+
# Mark compiled files as generated to hide them in PRs
131+
/dist/** linguist-generated=true
132+
133+
# Hide compiled files from git diff and auto-replace them when merging different branches
134+
/dist/** -diff -merge

0 commit comments

Comments
 (0)