diff options
| author | Fuwn <[email protected]> | 2021-03-20 15:46:12 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-20 15:46:12 +0000 |
| commit | 2abd749036d29fc7452684fae85ab039186297d9 (patch) | |
| tree | 24b450fe1c47b7d52234eecef49c50a7e6008e4b /.gitignore | |
| parent | fix: formatting (diff) | |
| download | whirl-2abd749036d29fc7452684fae85ab039186297d9.tar.xz whirl-2abd749036d29fc7452684fae85ab039186297d9.zip | |
whirl: :star:
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,3 +8,10 @@ Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk + +# IDE +/.idea/ +whirl.iml + +# Development +/src/_*.* |