commit f890ac06fe835ca401e3e10291d79397185041c1
parent 753f64aa15adfcc79c6fd51171d945145a0167e8
Author: A Koens <[email protected]>
Date: Wed, 12 Oct 2022 17:01:44 +0200
Update .gitignore
Diffstat:
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,10 +1,10 @@
# Idea
-.idea/
-.idea_modules/
+.idea/*
+.idea_modules/*
# IntelliJ
-out/
-target/
+out/*
+target/*
# Maven Configuration Files
*.iml
@@ -19,7 +19,7 @@ target/
*.ctxt
# Mobile Tools for Java (J2ME)
-.mtj.tmp/
+.mtj.tmp/*
# Package Files #
*.jar
@@ -34,4 +34,4 @@ target/
hs_err_pid*
replay_pid*
-.DS_Store
-\ No newline at end of file
+.DS_Store