diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2a06305..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -#Local Gitignore for Repo# -########################## - -# Ignore undo files -*.un~ diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index a914742..0000000 --- a/.gitmodules +++ /dev/null @@ -1,12 +0,0 @@ -[submodule "vim/vim/pack/plugins/start/vim-fugitive"] - path = vim/vim/pack/plugins/start/vim-fugitive - url = https://github.com/tpope/vim-fugitive.git -[submodule "vim/vim/pack/plugins/start/vim-unimpaired"] - path = vim/vim/pack/plugins/start/vim-unimpaired - url = https://github.com/tpope/vim-unimpaired.git -[submodule "vim/vim/pack/plugins/start/vim-commentary"] - path = vim/vim/pack/plugins/start/vim-commentary - url = https://github.com/tpope/vim-commentary.git -[submodule "vim/vim/pack/plugins/start/vim-polyglot"] - path = vim/vim/pack/plugins/start/vim-polyglot - url = https://github.com/sheerun/vim-polyglot.git