diff options
author | 2021-02-16 16:26:02 +0100 | |
---|---|---|
committer | 2021-02-16 16:26:02 +0100 | |
commit | 166988092e8a81496d3c10ca220c1dedfbb644b0 (patch) | |
tree | e817a600bb7d6c0ce4c51f2ad71bcfb551e47aa9 | |
parent | 66940e1b45d7710d86c542fa239faeca6bf691e4 (diff) | |
download | hyde-166988092e8a81496d3c10ca220c1dedfbb644b0.tar.gz hyde-166988092e8a81496d3c10ca220c1dedfbb644b0.zip |
Add some file in .gitignore
-rw-r--r-- | .gitignore | 6 |
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 |