Skip to content

Commit 22fb1cf

Browse files
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

File tree

templates/new_gem/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/.bundle/
2+
/.yardoc
3+
/_yardoc/
4+
/coverage/
5+
/doc/
6+
/pkg/
7+
/spec/reports/
8+
/tmp/

0 commit comments

Comments
 (0)