diff options
author | 2021-02-16 21:20:44 +0100 | |
---|---|---|
committer | 2021-02-16 21:20:44 +0100 | |
commit | c02a940addf65ae754f581a55f2e0cc49f8144fd (patch) | |
tree | c4b1bf57759a7046e433b899fb3ff0bb14fcc242 | |
parent | 5c32709bd7f77a1366dd0ab2813616f40c504517 (diff) | |
download | hyde-c02a940addf65ae754f581a55f2e0cc49f8144fd.tar.gz hyde-c02a940addf65ae754f581a55f2e0cc49f8144fd.zip |
Ignores *.sh
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ +*.sh + # IntelliJ workspace .idea/ *.iml # Maven -target/
\ No newline at end of file +target/ |