From a96c40038f30bd75d35380b1a90b23f0e0f8c07b Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Fri, 12 May 2017 01:16:17 +0300 Subject: [PATCH] add gitignore --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2893ef0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +## IDEA ## +.idea/ +out/ +*.iml +*.ipr +*.iws +*.ids + +## ECLIPSE ## +.settings/ +bin/ +.classpath +.project + +## GRADLE ## +.gradle/ +build/ +gradle/ +gradlew +gradlew.bat + +## MAVEN ## +target/ + +## OTHER ## +lib/ +baseq2/ +baseq2.rar +TODO.txt \ No newline at end of file