diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-04 22:01:50 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-04 22:01:50 -0800 |
commit | 3860d330a370b2cb2cf1a1b26fa91907a9748245 (patch) | |
tree | e22b813097c24730d33942677823a2d29b8f4bff /.gitignore |
first commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ddb7c5c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.DS_Store +.idea +*.log +tmp/ +stem |