diff options
author | gennyble <gen@nyble.dev> | 2023-11-08 23:22:05 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-08 23:22:05 -0600 |
commit | c468660c874a189c5037830cc0fcec1c0fd37697 (patch) | |
tree | 4900946137772185f1dad583d12be2212516e9b3 /.gitignore | |
parent | 972080d052b878c0a296d040b5dba2a973b7570f (diff) | |
download | sunfright-1.0.1.tar.gz sunfright-1.0.1.zip |
i got a comparison sign backwards, lol
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index edd2fa2..81b88c2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ # Java things .project .classpath +# jenv +.java-version # Maven things target/ |