diff options
| author | citrons <citrons@mondecitronne.com> | 2023-10-29 22:42:13 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2023-10-29 22:43:47 -0500 |
| commit | 13c2fb7482d45a74ca460f6192a16dc8c956923f (patch) | |
| tree | 552bbf97c5d28d8705dbcb1b7c3e8ccf4742d996 /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c770e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# eclipse +bin +*.launch +.settings +.metadata +.classpath +.project + +# idea +out +*.ipr +*.iws +*.iml +.idea + +# gradle +build +.gradle + +# other +eclipse +run |
