chore: update meta files
This commit is contained in:
54
.gitignore
vendored
Normal file → Executable file
54
.gitignore
vendored
Normal file → Executable file
@@ -1,8 +1,54 @@
|
|||||||
.gradle/
|
.gradle
|
||||||
build/
|
build/
|
||||||
repo/
|
!gradle/wrapper/gradle-wrapper.jar
|
||||||
patcher
|
!**/src/main/**/build/
|
||||||
Assets
|
!**/src/test/**/build/
|
||||||
|
.idea
|
||||||
|
|
||||||
|
### IntelliJ IDEA ###
|
||||||
|
*.iws
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
out/
|
||||||
|
!**/src/main/**/out/
|
||||||
|
!**/src/test/**/out/
|
||||||
|
|
||||||
|
### Eclipse ###
|
||||||
|
.apt_generated
|
||||||
|
.classpath
|
||||||
|
.factorypath
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.springBeans
|
||||||
|
.sts4-cache
|
||||||
|
bin/
|
||||||
|
!**/src/main/**/bin/
|
||||||
|
!**/src/test/**/bin/
|
||||||
|
|
||||||
|
### NetBeans ###
|
||||||
|
/nbproject/private/
|
||||||
|
/nbbuild/
|
||||||
|
/dist/
|
||||||
|
/nbdist/
|
||||||
|
/.nb-gradle/
|
||||||
|
|
||||||
|
### VS Code ###
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
### Mac OS ###
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
.devenv
|
||||||
|
repo
|
||||||
|
.kotlin
|
||||||
|
.claude
|
||||||
|
**/TODO.md
|
||||||
|
.mcp.json
|
||||||
|
|
||||||
.hytale-downloader-credentials.json
|
.hytale-downloader-credentials.json
|
||||||
|
|
||||||
Assets.zip
|
Assets.zip
|
||||||
|
Assets
|
||||||
Server
|
Server
|
||||||
|
|
||||||
|
patcher
|
||||||
Reference in New Issue
Block a user