diff options
| author | realtradam <[email protected]> | 2021-06-13 03:34:19 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-06-13 03:34:19 -0400 |
| commit | 3072dabed6074118de5d07029f73b7ae28398acb (patch) | |
| tree | 16fd31c2609a586251f0c74229364c0b71e6bf94 /.gitignore | |
| download | felpack-example-3072dabed6074118de5d07029f73b7ae28398acb.tar.gz felpack-example-3072dabed6074118de5d07029f73b7ae28398acb.zip | |
init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9106b2a --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/.bundle/ +/.yardoc +/_yardoc/ +/coverage/ +/doc/ +/pkg/ +/spec/reports/ +/tmp/ |
