Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 6ec5a37

Browse files
matttkaishin
authored andcommitted
Add .gitattributes file
Mark Assets/index.css and package-lock.json as generated files, and treat them as binary for the purposes of diffing and merging.
1 parent 94f3c12 commit 6ec5a37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package-lock.json -diff -merge
2+
package-lock.json linguist-generated=true
3+
4+
Assets/index.css -diff -merge
5+
Assets/index.css linguist-generated=true

0 commit comments

Comments
 (0)