diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-16 01:19:13 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-16 01:19:13 +0900 |
commit | de2ab217a57c7f9d449397513e7fcda73b5978fe (patch) | |
tree | d023696693340b3a2aed4c49404ec087ab70c0b9 /.gitignore | |
parent | 64ae4c65693839224b78a0ceccad792d9b9308a8 (diff) | |
download | vim-lsp-settings-de2ab217a57c7f9d449397513e7fcda73b5978fe.tar.gz vim-lsp-settings-de2ab217a57c7f9d449397513e7fcda73b5978fe.tar.bz2 vim-lsp-settings-de2ab217a57c7f9d449397513e7fcda73b5978fe.zip |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..25c7815 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +servers/* |