diff options
| author | mat <github@matdoes.dev> | 2022-02-20 02:16:09 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-02-20 02:16:09 -0600 |
| commit | 582409e7cb1598b65bee6d1023b77620bb3791af (patch) | |
| tree | 522b3cb23451c01d097386014e9b2632aab5bfbe /.gitignore | |
| parent | 2c09443ba23b8bfbac2eb667a036e7a7fa97b3fe (diff) | |
| download | skyblock-stats-582409e7cb1598b65bee6d1023b77620bb3791af.tar.gz skyblock-stats-582409e7cb1598b65bee6d1023b77620bb3791af.tar.bz2 skyblock-stats-582409e7cb1598b65bee6d1023b77620bb3791af.zip | |
add inventories
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,4 +8,5 @@ node_modules !.env.example .vercel .output -.yarn
\ No newline at end of file +.yarn +/.vercel_build_output
\ No newline at end of file |
