Remove packer_compiled.lua from gitignore
The fact I was ignoring this file was causing problems on some machines where this file was left behind after I switch away from Packer. It was the right thing to do to ignore this file back then, but now I wasn't really aware that it was still there :/
This commit is contained in:
parent
96fbe3b38f
commit
60509d18a8
1 changed files with 0 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,7 +4,6 @@
|
||||||
.git/
|
.git/
|
||||||
|
|
||||||
config.sh
|
config.sh
|
||||||
config/nvim/plugin/packer_compiled.lua
|
|
||||||
config/zsh/.zcompcache
|
config/zsh/.zcompcache
|
||||||
config/zsh/.zcompdump
|
config/zsh/.zcompdump
|
||||||
config/iterm2
|
config/iterm2
|
||||||
|
|
Loading…
Add table
Reference in a new issue