Also manage .gitignore
This commit is contained in:
parent
4066484978
commit
8ef039337b
|
|
@ -0,0 +1,4 @@
|
||||||
|
.molecule
|
||||||
|
*.log
|
||||||
|
*.swp
|
||||||
|
.tox
|
||||||
|
|
@ -144,6 +144,8 @@
|
||||||
dest: .github/ISSUE_TEMPLATE/bug_report.md
|
dest: .github/ISSUE_TEMPLATE/bug_report.md
|
||||||
- source: feature_request.md
|
- source: feature_request.md
|
||||||
dest: .github/ISSUE_TEMPLATE/feature_request.md
|
dest: .github/ISSUE_TEMPLATE/feature_request.md
|
||||||
|
- source: gitignore
|
||||||
|
dest: .gitignore
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.source }}"
|
label: "{{ item.source }}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue