Skip to content

Commit 6b3b6c6

Browse files
authored
Merge pull request #130 from saltstack-formulas/myii-patch-1
chore(`.gitignore`): update from `template-formula`
2 parents d7e5d82 + 429207f commit 6b3b6c6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ coverage.xml
4747
.hypothesis/
4848
.kitchen
4949
.kitchen.local.yml
50+
kitchen.local.yml
5051

5152
# Translations
5253
*.mo
@@ -102,5 +103,11 @@ ENV/
102103
# mypy
103104
.mypy_cache/
104105

105-
# Ruby Gemfile.lock
106+
# Bundler
106107
Gemfile.lock
108+
109+
# copied `.md` files used for conversion to `.rst` using `m2r`
110+
docs/*.md
111+
112+
# Vim
113+
*.sw?

0 commit comments

Comments
 (0)