Skip to content

Commit 964cd60

Browse files
committed
(maint) Update gitignore
This commit updates the gitignore file to account for the most common files ignored in Puppet modules
1 parent d26ec45 commit 964cd60

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

.gitignore

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
*.iml
2+
.*.sw[op]
3+
.DS_Store
4+
.bundle/
5+
.idea/
6+
.metadata
7+
.vagrant/
8+
.yardoc
9+
.yardwarns
10+
Gemfile.local
111
Gemfile.lock
2-
spec/fixtures/modules
3-
pkg/
12+
bin/
13+
coverage/
14+
doc/
15+
junit/
16+
log/
17+
pkg/
18+
spec/fixtures/manifests/
19+
spec/fixtures/modules/
20+
tmp/
21+
vendor/
22+

0 commit comments

Comments
 (0)