File: .gitignore

package info (click to toggle)
ruby-snaky-hash 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,156 kB
  • sloc: ruby: 1,298; javascript: 529; makefile: 4; sh: 4
file content (42 lines) | stat: -rw-r--r-- 433 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
34
35
36
37
38
39
40
41
42
# Build Artifacts
/pkg/
/tmp/

# rspec failure tracking
.rspec_status

# Bundler
/.bundle/
/gemfiles/*.lock
/gemfiles/.bundle/
/gemfiles/.bundle/config
/gemfiles/vendor/
Appraisal.*.gemfile.lock

# Specs
/coverage/
/spec/reports/

# Documentation
/.yardoc
/_yardoc/
/rdoc/

# RVM
.rvmrc

# Editors
.idea
*~

# Other
/measurement/
/.byebug_history
.DS_Store

# Version Managers
.ruby-version
.tool-versions

# Local config
.env.local