summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorElias Haugsbakk <[email protected]>2026-07-01 01:35:36 +0200
committerElias Haugsbakk <[email protected]>2026-07-01 01:35:36 +0200
commit5ed99f3c87f0337ffac03dd1e45073fbc7f63b68 (patch)
tree48723124c5846ccf829f2e269617bf9b3d962bbe /.gitignore
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore39
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..480bdf5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,39 @@
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+.kotlin
+
+### IntelliJ IDEA ###
+.idea/modules.xml
+.idea/jarRepositories.xml
+.idea/compiler.xml
+.idea/libraries/
+*.iws
+*.iml
+*.ipr
+
+### Eclipse ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
+
+### Mac OS ###
+.DS_Store \ No newline at end of file