Update .gitignore
This commit is contained in:
parent
270da0da80
commit
39f2aef3ba
|
@ -1,15 +1,22 @@
|
||||||
|
# OS-specific
|
||||||
.DS_Store
|
.DS_Store
|
||||||
pkg/*
|
|
||||||
|
# Vagrant stuff
|
||||||
Vagrantfile
|
Vagrantfile
|
||||||
.vagrant
|
.vagrant
|
||||||
|
|
||||||
|
# Bundler/Rubygems
|
||||||
.bundle
|
.bundle
|
||||||
cookbooks/*
|
pkg/*
|
||||||
_site/*
|
|
||||||
!templates/*
|
|
||||||
*.org
|
|
||||||
.yardoc/
|
|
||||||
doc/
|
|
||||||
tags
|
tags
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
test/tmp/
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
_site/*
|
||||||
|
.yardoc/
|
||||||
|
doc/
|
||||||
|
|
||||||
|
# IDE junk
|
||||||
.idea/*
|
.idea/*
|
||||||
*.iml
|
*.iml
|
Loading…
Reference in New Issue