Added editor
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"ignore": [
|
||||
"**/_playground/**",
|
||||
"**/node_modules/**",
|
||||
"**/coverage/**",
|
||||
"**/jasmine/**",
|
||||
"**/test/**",
|
||||
"**/**-min-**",
|
||||
"**/**-min.**",
|
||||
"**/**.min.**"
|
||||
],
|
||||
"test": [
|
||||
"**/test/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user