From c0db9cb3ceafd2d7c573ebe07bba1681ac9422b5 Mon Sep 17 00:00:00 2001 From: Detrav Date: Sat, 19 Mar 2016 09:08:23 +0300 Subject: Inited now backup --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2b38ac8601..14906f3e95 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,24 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +### Intellij IDEA ### + +*.iml +*.ipr +*.iws + +.idea/ +.idea_modules/ + + +#Folders + +eclipse/ +gradle/ +.gradle/ + +*.log \ No newline at end of file -- cgit