Commit 22fb1cf
authored
fluent-plugin-generate: add .gitignore file (#5370)
**Which issue(s) this PR fixes**:
Fixes #
**What this PR does / why we need it**:
When generating a library template with `bundle gem`, a `.gitignore`
file is included by default. However, `fluent-plugin-generate` does not
currently include it, which forces developers to add it manually.
This commit adds a default `.gitignore` to the plugin template.
**Docs Changes**:
N/A
**Release Note**:
N/A
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>1 parent 31ed75e commit 22fb1cf
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments