File: .gitignore

package info (click to toggle)
ruby-oembed 0.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 356 kB
  • sloc: ruby: 1,148; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Build and local dev artifacts
/pkg
/.bundle
/rails_oembed
Gemfile.lock
/doc
.yardoc
coverage
.rspec-status

# MacOS Things
.DS_Store

# Version management files
# (We want each developer to be able to use the version of their choosing)
/.rvm
/.tool-versions
/.ruby-version
/.ruby-gemset