It might work, maybe

This commit is contained in:
shedaniel
2020-10-04 02:19:54 +08:00
parent 8c5a9a3759
commit 50a1af65e4
12 changed files with 691 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Compiled nonsense that does not belong in *source* control
/build
/bin
/.gradle
/out
/classes
/old
# IDE nonsense that could go in source control but really shouldn't
.classpath
.project
.metadata
.settings
*.launch
*.iml
.idea
*.ipr
*.iws
# Sekrit files
private.properties
# Files from bad operating systems :^)
Thumbs.db
.DS_Store