Twice Upon a Loader

This commit is contained in:
Andrey Nikitin 2023-04-12 22:02:08 +03:00
commit 86367a3863
50 changed files with 2388 additions and 0 deletions

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
# idea
out
*.ipr
*.iws
*.iml
.idea/*
!.idea/scopes
# gradle
build
.gradle
# other
eclipse
run