This commit is contained in:
CypherpunkSamurai 2023-02-16 13:25:03 +05:30
commit 9aab6148ba
756 changed files with 155754 additions and 0 deletions

26
.gitignore vendored Normal file
View file

@ -0,0 +1,26 @@
.gradle
build/
.idea
local.properties
out/
*.iml
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
# vscode / eclipse files
*.classpath
*.project
*.settings
**/bin
**.vscode
*.code-workspace