File: .gitignore

package info (click to toggle)
ruby-vcr 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,172 kB
  • sloc: ruby: 8,405; sh: 177; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
#   git config --global core.excludesfile ~/.gitignore

# Ignore all of the generated gem stuff
/pkg
/*.gem

# Ignore bundler config
/bin
/.bundle
/Gemfile*.lock

# Ignore autoset environment variables
/.ruby-env

# Ignore all bundler caching
/vendor/cache
/vendor/bundle

# Ignore all tempfiles
/tmp

# Ignore documentation cache and generated files
/.yardoc/
/_yardoc/
/doc/
/rdoc/

# Ignores that should be in the global gitignore
/coverage