Skip to content

Commit 89bb01c

Browse files
committed
(MODULES-4098) Sync the rest of the files
1 parent 09e425a commit 89bb01c

13 files changed

+597
-15
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#This file is generated by ModuleSync, do not edit.
2+
*.rb eol=lf
3+
*.erb eol=lf
4+
*.pp eol=lf
5+
*.sh eol=lf

.gitignore

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1+
#This file is generated by ModuleSync, do not edit.
12
pkg/
23
Gemfile.lock
34
Gemfile.local
4-
spec/fixtures/
5+
vendor/
6+
spec/fixtures/manifests/
7+
spec/fixtures/modules/
58
log/
69
junit/
710
.vagrant/
811
.bundle/
912
coverage/
13+
log/
1014
.idea/
1115
.metadata
1216
*.iml
1317
.*.sw[op]
18+
.yardoc
19+
.yardwarns
1420
.DS_Store
1521
tmp/
1622
vendor/
23+
doc/
1724

0 commit comments

Comments
 (0)