-
Notifications
You must be signed in to change notification settings - Fork 510
file extension fixes. Fixes #2275 #2273 #2276
file extension fixes. Fixes #2275 #2273 #2276
Conversation
c3f051e
to
1da372c
Compare
ff1c010
to
72a2aec
Compare
Decided to fix this a bit differently, would appreciate a second look though - 0d027a7 |
It's not supposed to |
Can you reopen #2273 so I can recreate the PR to fix it?
|
I don't know man, everywhere i looked, like https://en.wikipedia.org/wiki/File_format#Filename_extension, https://en.wikipedia.org/wiki/Filename_extension https://docs.python.org/2/library/os.path.html#os.path.splitext, |
You can probably workaround it with something like this though - "excludeFiles": ["**/!(*.es2015.js)"] |
@markelog nope, that seems to exlude all files. |
It should ignore all files which ends with |
@markelog I know. But it seems to exclude all files |
Oh shoot, typo there, it shouldn't ignore files which ends with |
Sorry I doubled the mistake and thought that's what you said originally. It still ignores all files |
Weird, works for me |
Maybe you could illustrate it with test repo? |
Yeah will do
|
Fixes #2275 #2273