aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-02-16 16:26:02 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-02-16 16:26:02 +0100
commit166988092e8a81496d3c10ca220c1dedfbb644b0 (patch)
treee817a600bb7d6c0ce4c51f2ad71bcfb551e47aa9
parent66940e1b45d7710d86c542fa239faeca6bf691e4 (diff)
downloadhyde-166988092e8a81496d3c10ca220c1dedfbb644b0.tar.gz
hyde-166988092e8a81496d3c10ca220c1dedfbb644b0.zip
Add some file in .gitignore
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d685347
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# IntelliJ workspace
+.idea/
+*.iml
+
+# Maven
+target/ \ No newline at end of file