init repo

This commit is contained in:
ulic-youthlic 2025-04-29 18:57:53 +08:00
commit 599a631c65
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
17 changed files with 943 additions and 0 deletions

69
.gitignore vendored Normal file
View file

@ -0,0 +1,69 @@
# Ignore Gradle project-specific cache directory
.gradle/
# Ignore Gradle build output directory
build/
# Ignore automatically generated direnv output
.direnv
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
# Compiled class file
*.class
# Log file
*.log
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrapper properties
!gradle-wrapper.peoperties
# Cache of project
.gradletasknamecache
# Eclipst
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
.settings/
.loadpath
.recommanders
.classpath
.factorypath
# Idea config file
.idea/
*.iml
*iws
*.ipr
out/
.idea_modules/
# Virtual machine crash logs
hs_err_pid*
replay_pid*
# Local properties file
local.properties