diff options
| author | Fuwn <[email protected]> | 2024-09-16 19:00:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-16 19:01:18 -0700 |
| commit | d1525c29af2f0c58fd4970fc33cc641cb460bbef (patch) | |
| tree | 8e930859a82585e1b29a5ab595197dbd14d7c537 /.gitignore | |
| download | tsutsumi-d1525c29af2f0c58fd4970fc33cc641cb460bbef.tar.xz tsutsumi-d1525c29af2f0c58fd4970fc33cc641cb460bbef.zip | |
feat: initial release
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e90b739 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.pre-commit-config.yaml |