Skip to content

Commit c1c6572

Browse files
committed
Clean up gitignore
1 parent 7f10d15 commit c1c6572

File tree

1 file changed

+20
-32
lines changed

1 file changed

+20
-32
lines changed

.gitignore

Lines changed: 20 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,26 @@
1+
# Project
12
Gemfile.lock
3+
.bundle
4+
tmp/*
5+
coverage
6+
pkg
7+
8+
# Yard documentation
9+
.yardoc
10+
yardoc
11+
12+
# IDEs' files
13+
*.iml
14+
*.tmproj
15+
.idea
16+
tmtags
17+
18+
# Local Ruby settings
219
.rspec-local
3-
*.gem
4-
lib/1.8
5-
lib/1.9
6-
lib/2.0
720
.rvmrc
821
.ruby-version
922
.ruby-gemset
10-
.bundle/*
11-
.yardoc
12-
yardoc
13-
tmp/*
14-
man/*
15-
*.tmproj
16-
rdoc/*
17-
*.orig
18-
*.BACKUP.*
19-
*.BASE.*
20-
*.LOCAL.*
21-
*.REMOTE.*
22-
git_pull.txt
23-
coverage
24-
critic
23+
24+
# junk
2525
.DS_Store
26-
TAGS
27-
tmtags
28-
*.sw?
29-
.idea
30-
.rbx/*
31-
lib/**/*.bundle
32-
lib/**/*.so
33-
lib/**/*.jar
34-
ext/**/*.bundle
35-
ext/**/*.so
36-
ext/**/*.jar
37-
pkg
38-
*.csv
26+

0 commit comments

Comments
 (0)