Skip to content

Commit 0652bb0

Browse files
author
tphoney
committed
(maint) - modulesync 384f4c1
1 parent 0aff30d commit 0652bb0

File tree

4 files changed

+113
-517
lines changed

4 files changed

+113
-517
lines changed

.gitignore

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
#This file is generated by ModuleSync, do not edit.
2-
pkg/
3-
Gemfile.lock
4-
Gemfile.local
5-
vendor/
6-
spec/fixtures/manifests/
7-
spec/fixtures/modules/
8-
log/
9-
junit/
10-
.vagrant/
1+
#This file is generated by ModuleSync, do not edit.Z
2+
*.iml
3+
.*.sw[op]
4+
.DS_Store
115
.bundle/
12-
coverage/
13-
log/
146
.idea/
157
.metadata
16-
*.iml
17-
.*.sw[op]
8+
.vagrant/
189
.yardoc
1910
.yardwarns
20-
.DS_Store
11+
Gemfile.local
12+
Gemfile.lock
13+
bin/
14+
coverage/
15+
doc/
16+
junit/
17+
log/
18+
pkg/
19+
spec/fixtures/manifests/
20+
spec/fixtures/modules/
2121
tmp/
2222
vendor/
23-
doc/
2423

0 commit comments

Comments
 (0)