diff options
| author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-02-15 08:05:29 -0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-15 11:05:29 -0500 |
| commit | fe0ceae54373c0e12b36111b886a06c800f86c20 (patch) | |
| tree | f3bc3c81e1623eeaa5e00b54ef367826cecda75f /.gitignore | |
| parent | 2241049c349443a971ba2558f373d62bbb7d9780 (diff) | |
Fix behavior for extensionless files with .mime file (#1779)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0199a212b..0dd8e57e4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ yarn.lock node_modules # editor files .idea +.vscode # export dir for gh-pages /gh-pages # temp benchmark data |
