Edit .gitignore
before initializing Lita adapter
This commit is contained in:
parent
d28a54930d
commit
dd5a7648d1
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -27,9 +27,9 @@ build/
|
||||||
|
|
||||||
# for a library or gem, you might want to ignore these files since the code is
|
# for a library or gem, you might want to ignore these files since the code is
|
||||||
# intended to run in multiple environments; otherwise, check them in:
|
# intended to run in multiple environments; otherwise, check them in:
|
||||||
# Gemfile.lock
|
/Gemfile.lock
|
||||||
# .ruby-version
|
/.ruby-version
|
||||||
# .ruby-gemset
|
/.ruby-gemset
|
||||||
|
|
||||||
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
||||||
.rvmrc
|
.rvmrc
|
||||||
|
|
Reference in a new issue