File: .gitignore

package info (click to toggle)
ruby-hipchat 1.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 296 kB
  • ctags: 110
  • sloc: ruby: 1,574; makefile: 5
file content (39 lines) | stat: -rw-r--r-- 308 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
34
35
36
37
38
39
## MAC OS
.DS_Store

## TEXTMATE
*.tmproj
tmtags

## EMACS
*~
\#*
.\#*

## VIM
*.swp

## IntelliJ
*.iml
.idea

## PROJECT::GENERAL
coverage
rdoc
pkg
*.gem
*.rbc
.bundle
.config
.yardoc
/Gemfile.lock
InstalledFiles
_yardoc
doc/
lib/bundler/man
spec/reports
test/tmp
test/version_tmp
tmp

## PROJECT::SPECIFIC