aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'vid-automation/.gitignore')
-rw-r--r--vid-automation/.gitignore45
1 files changed, 5 insertions, 40 deletions
diff --git a/vid-automation/.gitignore b/vid-automation/.gitignore
index 4ced2a7e4..2b83d1e35 100644
--- a/vid-automation/.gitignore
+++ b/vid-automation/.gitignore
@@ -1,43 +1,8 @@
-# Created by .ignore support plugin (hsz.mobi)
-### Java template
-# Compiled class file
-*.class
-
-# Log file
-*.log
-
-# BlueJ files
-*.ctxt
-
-# Mobile Tools for Java (J2ME)
-.mtj.tmp/
-
-# Package Files #
-*.jar
-*.war
-*.ear
-*.zip
-*.tar.gz
-*.rar
-
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
-hs_err_pid*
-### Maven template
+.idea/
target/
-pom.xml.tag
-pom.xml.releaseBackup
-pom.xml.versionsBackup
-pom.xml.next
-release.properties
-dependency-reduced-pom.xml
-buildNumber.properties
-.mvn/timing.properties
-
-# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
-!/.mvn/wrapper/maven-wrapper.jar
-
-.idea/*
-target/*
*.iml
ExtentReport
-/bin/
+bin/
+.classpath
+.project
+.settings/ \ No newline at end of file