Merge pull request #67517 from kdy1/swcrc

Treat .swcrc file as json
This commit is contained in:
Martin Aeschlimann 2019-02-13 16:41:00 +01:00 committed by GitHub
commit 6850012cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@
".jshintrc",
".jscsrc",
".eslintrc",
".swcrc",
".webmanifest",
".js.map",
".css.map"
@ -71,4 +72,4 @@
}
]
}
}
}