Skip to content

Commit d9861a6

Browse files
committed
minor updates to ignores
implemented in both `.gitignore` and `layout_test.rb`
1 parent c05afd2 commit d9861a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
/.bundle/
33

44
# anywhere in the tree
5+
*~
6+
.DS_Store
57
.ruby-version
68
coverage

test/layout_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# todo: a more clever way to do this would be to dispense with
77
# the imperfect IGNORE lists and read the actual repo
8-
# contents by running "git ls-files
8+
# contents by reading the output of "git ls-files"
99

1010
# dot dirs are always a project of Dir.entries
1111
# other files are items that the developer hopefully has gitignored

0 commit comments

Comments
 (0)