chore: update .gitignore

This commit is contained in:
2025-02-22 02:22:46 +08:00
parent e1f6e3f5b7
commit b80dc242ad

8
.gitignore vendored
View File

@@ -30,15 +30,22 @@
.idea/**/libraries .idea/**/libraries
# Gradle and Maven with auto-import # Gradle and Maven with auto-import
.idea/.name
.idea/artifacts .idea/artifacts
.idea/compiler.xml .idea/compiler.xml
.idea/jarRepositories.xml .idea/jarRepositories.xml
.idea/modules.xml .idea/modules.xml
.idea/*.iml .idea/*.iml
.idea/modules .idea/modules
.idea/caches
.idea/material_theme**
.idea/other.xml
*.iml *.iml
*.ipr *.ipr
# Kotlin
.kotlin
# Misc # Misc
.idea/misc.xml .idea/misc.xml
@@ -91,7 +98,6 @@ fabric.properties
# Gradle projects # Gradle projects
.gradle .gradle
.kotlin
build/ build/
# Mkdocs temporary serving folder # Mkdocs temporary serving folder