mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Merge pull request #515 from kid0m4n/ignore-binstubs
.gitignore: Allow the binstubs folder generated by bundler to be ignored
This commit is contained in:
commit
b516eccfc0
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,6 +13,7 @@ dump.rdb
|
|||
.sass-cache/*
|
||||
|
||||
# Ignore bundler config
|
||||
/bin
|
||||
/.bundle
|
||||
/.vagrant
|
||||
/.vagrantfile
|
||||
|
|
Loading…
Reference in a new issue