File: .gitignore

package info (click to toggle)
ruby-character-set 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: ansic: 2,597; ruby: 1,290; makefile: 7; sh: 4
file content (33 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
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
*.bundle
*.gem
*.iml
*.stTheme.cache
*.sublime-project
*.sublime-workspace
*.swp
*.tmlanguage.cache
*.tmPreferences.cache
*~
.byebug_history
.DS_Store
.idea/
.ruby-gemset
.ruby-version
.tags
.tags1
.tool-versions
.vscode
bbin/
binstubs/*
bundler_stubs/*/.yardoc
Gemfile.lock
/.bundle/
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/

# rspec failure tracking
.rspec_status