diff options
author | Genny <gen@nyble.dev> | 2020-12-02 15:31:15 -0600 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2020-12-02 15:31:15 -0600 |
commit | f52f23ae7dccf424f4196515620cf074da036421 (patch) | |
tree | 00ecf25ae19f68745e59acee083c9be55c55796d /.gitignore | |
parent | 47436afcb7ede825e2d048af7fe85a5bcf7c53c5 (diff) | |
download | sunfright-f52f23ae7dccf424f4196515620cf074da036421.tar.gz sunfright-f52f23ae7dccf424f4196515620cf074da036421.zip |
Remove eclipse files from repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index af95931..b1fcc78 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ .vscode .settings +# Java things (?) +.project +.classpath + # Maven things target/ |