Include vim files in ignores
This commit is contained in:
parent
e540829a0d
commit
716f0a9a02
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,3 +2,6 @@
|
|||
_site
|
||||
.jekyll-assets-cache
|
||||
_drafts
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
|
|
|
@ -72,4 +72,4 @@ assets:
|
|||
css_compressor: yui
|
||||
|
||||
include: [".htaccess"]
|
||||
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "deploy"]
|
||||
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "*~", "*.swp", "*.swo", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "deploy"]
|
||||
|
|
Loading…
Reference in a new issue