We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f10d15 commit c1c6572Copy full SHA for c1c6572
.gitignore
@@ -1,38 +1,26 @@
1
+# Project
2
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
19
.rspec-local
-*.gem
-lib/1.8
-lib/1.9
-lib/2.0
20
.rvmrc
21
.ruby-version
22
.ruby-gemset
-.bundle/*
-.yardoc
-yardoc
-tmp/*
-man/*
-*.tmproj
-rdoc/*
-*.orig
-*.BACKUP.*
-*.BASE.*
-*.LOCAL.*
-*.REMOTE.*
-git_pull.txt
23
-coverage
24
-critic
+# junk
25
.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
0 commit comments