Skip to content

Commit 333cf22

Browse files
committed
Add .gitattributes to .npmignore
One of the dependencies, hawk, uses CRLF line endings. If you use less in your project and check in node_modules to source control, git sees the .gitattributes that is packaged with less and obeys it for that subdirectory. This gives you line ending conflicts with hawk. .gitattributes is not relevant to the packaged module and should not be included anyway.
1 parent 5b6b5cc commit 333cf22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.gitattributes

0 commit comments

Comments
 (0)