Skip to content

Commit 3c48e2c

Browse files
committed
Account for swagger.g.json per target framework
1 parent 1fa6dfb commit 3c48e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# On Windows, these text files are auto-converted to crlf on git fetch, while the written downloaded files use lf line endings.
33
# Therefore, running the tests on Windows creates local changes. Staging them auto-converts back to crlf, which undoes the changes.
44
# To avoid this annoyance, the next line opts out of the auto-conversion and forces line endings to lf.
5-
**/GeneratedSwagger/*.json text eol=lf
5+
**/GeneratedSwagger/**/*.json text eol=lf

0 commit comments

Comments
 (0)