diff options
| author | Fuwn <[email protected]> | 2022-05-15 01:45:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-15 01:45:59 +0000 |
| commit | 0ce99108e78f9402a1aa5cc2541420de1e3fbf69 (patch) | |
| tree | b58611c09aabf26b416512d5f605e73f1c10c8af /.gitignore | |
| download | laurali-0.1.0.tar.xz laurali-0.1.0.zip | |
feat(0.1.0): initial release0.1.0
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..23d1c91 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Coverage +cov + +# Development +.laurali + +# IDE +.vscode |