diff options
author | gennyble <gen@nyble.dev> | 2023-11-08 21:36:31 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-08 21:36:31 -0600 |
commit | 60592fd01111e75335245835e2518f900e8d35d1 (patch) | |
tree | db7ac341d787acedaaa85640654edeb47fc32bbd /.gitignore | |
parent | 5cb15d5b38bac88b66584bdf897457a356e14d38 (diff) | |
download | sunfright-60592fd01111e75335245835e2518f900e8d35d1.tar.gz sunfright-60592fd01111e75335245835e2518f900e8d35d1.zip |
fix
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index b1fcc78..edd2fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,12 +2,12 @@ .vscode .settings -# Java things (?) +# Java things .project .classpath # Maven things target/ -# Genuinebyte things +# script things *.sh |