Skip to content

Commit fe1c5eb

Browse files
author
Jose M
committed
Update gitignore and gitattributes
1 parent b07acf6 commit fe1c5eb

File tree

2 files changed

+28
-32
lines changed

2 files changed

+28
-32
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.rb eol=lf
2+
*.erb eol=lf
3+
*.pp eol=lf
4+
*.sh eol=lf
5+
*.epp eol=lf

.gitignore

+23-32
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,27 @@
1-
# https://github.com/puppetlabs/puppetlabs-apache/blob/1c92e7a3fa91a9293ee2ea867a6bcd1be6298e17/.gitignore
2-
pkg/
3-
Gemfile.lock
4-
Gemfile.local
5-
vendor/
6-
spec/fixtures/manifests/
7-
spec/fixtures/modules/
8-
log/
9-
junit/
10-
.vagrant/
11-
.bundle/
12-
coverage/
13-
log/
14-
.idea/
15-
.metadata
16-
*.iml
1+
.git/
172
.*.sw[op]
3+
.metadata
184
.yardoc
195
.yardwarns
6+
*.iml
7+
/.bundle/
8+
/.idea/
9+
/.vagrant/
10+
/coverage/
11+
/bin/
12+
/doc/
13+
/Gemfile.local
14+
/Gemfile.lock
15+
/junit/
16+
/log/
17+
/pkg/
18+
/spec/fixtures/manifests/
19+
/spec/fixtures/modules/
20+
/tmp/
21+
/vendor/
22+
/convert_report.txt
23+
/update_report.txt
2024
.DS_Store
21-
tmp/
22-
vendor/
23-
doc/
24-
import/
25-
/spec/fixtures/
26-
.tmp
27-
*.lock
28-
*.local
29-
.rbenv-gemsets
30-
.ruby-version
31-
build/
32-
docs/
33-
tests/
34-
log/
35-
junit/
36-
tmp/
25+
.project
26+
.envrc
27+
/inventory.yaml

0 commit comments

Comments
 (0)