diff options
| author | Fuwn <[email protected]> | 2023-06-08 18:28:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-06-08 18:28:57 -0700 |
| commit | f15f8a3e7d8cfcedcd01157094a18413d9614445 (patch) | |
| tree | fdded220792a91d25fa1fd8bb42f967ce081693c /.gitignore | |
| download | anilist.me-f15f8a3e7d8cfcedcd01157094a18413d9614445.tar.xz anilist.me-f15f8a3e7d8cfcedcd01157094a18413d9614445.zip | |
feat: initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f1fb44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Node.js +/node_modules |