We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05afd2 commit d9861a6Copy full SHA for d9861a6
.gitignore
@@ -2,5 +2,7 @@
2
/.bundle/
3
4
# anywhere in the tree
5
+*~
6
+.DS_Store
7
.ruby-version
8
coverage
test/layout_test.rb
@@ -5,7 +5,7 @@
# todo: a more clever way to do this would be to dispense with
# the imperfect IGNORE lists and read the actual repo
- # contents by running "git ls-files
+ # contents by reading the output of "git ls-files"
9
10
# dot dirs are always a project of Dir.entries
11
# other files are items that the developer hopefully has gitignored
0 commit comments