Permalink
Please sign in to comment.
13
.gitignore
@@ -0,0 +1,13 @@ | ||
+*~ | ||
+.idea | ||
+\#*\# | ||
+.\#* | ||
+.bundle | ||
+bundler | ||
+spec_reports | ||
+spec_coverage | ||
+ci-artifacts-dir | ||
+ci-working-dir | ||
+*.rbc | ||
+*.swp | ||
+.rvmrc |
0 comments on commit
ef0c054