File: .gitignore

package info (click to toggle)
ruby-iso8601 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 316 kB
  • sloc: ruby: 2,156; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# system crap
.DS_Store
.*.swp

# development side effects
.vagrant
sandbox

# files created by running the specs
tmp

# built gems
pkg
*.gem
Gemfile.lock

# documentation
.yardoc
doc
bundle
.bundle