chore: simplify .gitignore

This commit is contained in:
AXOLOTsh
2026-05-19 00:17:16 +03:00
parent fd825b6c79
commit 5589a0a565

56
.gitignore vendored
View File

@@ -1,45 +1,17 @@
.gradle #region Visual Studio Code
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
.kotlin
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.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/ .vscode/
*.code-workspace
#endregion
### Mac OS ### #region Java
.DS_Store bin/
build/
run/
#endregion
*.code-workspace #region Gradle
.gradle/
!gradle-wrapper.jar
!gradle-wrapper.properties
#endregion