Skip to content

Commit b1ed032

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

File tree

12 files changed

+595
-11
lines changed

12 files changed

+595
-11
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
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

Lines changed: 8 additions & 1 deletion
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)