kitgit

tirbofish/dropbear · commit

2bfa265ddac3fddbd3ddfeaa28fc3d32fb79633a

initialised kotlin project, about to start on it...

Unverified

tk <4tkbytes@pm.me> · 2025-09-30 03:18

view full diff

diff --git a/.gitignore b/.gitignore
index ec61ccd..1f67367 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,31 +1,54 @@
-# Generated by Cargo
-# will have compiled files and executables
-debug
-target
+.gradle
+build/
+!gradle/wrapper/gradle-wrapper.jar
+!**/src/main/**/build/
+!**/src/test/**/build/
 
-# These are backup files generated by rustfmt
-**/*.rs.bk
+### IntelliJ IDEA ###
+.idea/modules.xml
+.idea/jarRepositories.xml
+.idea/compiler.xml
+.idea/libraries/
+*.iws
+*.iml
+*.ipr
+out/
+!**/src/main/**/out/
+!**/src/test/**/out/
 
-# MSVC Windows builds of rustc generate these, which store debugging information
-*.pdb
+### Kotlin ###
+.kotlin
 
-# Generated by cargo mutants
-# Contains mutation testing data
-**/mutants.out*/
+### Eclipse ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+bin/
+!**/src/main/**/bin/
+!**/src/test/**/bin/
 
-# RustRover

Large diffs are not rendered by default. Showing the first 50 of 591 lines. Show full diff