Skip to content

Commit

Permalink
First attempt at adding a gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
greenfire27 committed Oct 27, 2015
1 parent 9aaed1c commit 5f28504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$ cat .gitattributes
engine/lib/* linguist-vendored

4 comments on commit 5f28504

@elementc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... @greenfire27 is it supposed to have the $ cat line? Pretty sure that's incorrect?

@greenfire27
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a direct copy from a git hub help file on removing library files from being counted as part of the repository. It works which I'm happy about. What do you think it should be?

@elementc
Copy link
Contributor

@elementc elementc commented on 5f28504 Dec 1, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@greenfire27
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps. I'm following the instructions found here. Even if I don't need the line I won't change it unless it's causing trouble. We have bigger fish to fry.

Please sign in to comment.