Skip to content

Commit 115493d

Browse files
authored
Merge pull request #51 from wilson208/msync-ignore-rakefile
(maint) Ensure Modulesync Ignores Rakefile
2 parents 2590f8d + afb64f2 commit 115493d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.sync.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ NOTICE:
2828
# already using master branch's version
2929
spec/spec_helper.rb:
3030
unmanaged: true
31+
32+
# includes acceptance_tests rototiller rake task added with MODULES-3373
33+
Rakefile:
34+
unmanaged: true

0 commit comments

Comments
 (0)