We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbf1a67 + 6a72e43 commit a41cce3Copy full SHA for a41cce3
Katalon.gitignore
@@ -0,0 +1,40 @@
1
+# Katalon Test Suite
2
+# Compiled class file
3
+*.class
4
+*.swp
5
+output
6
+!output/.gitkeep
7
+build
8
+
9
+Libs/TempTestCase*
10
+Libs/TempTestSuite*
11
+bin/lib/TempTestCase*
12
+Reports/
13
+\.classpath
14
+\.project
15
+\.settings/
16
+bin/lib/
17
+Libs/
18
+.svn/
19
+.gradle
20
21
22
+# Log file
23
+*.log
24
25
+# BlueJ files
26
+*.ctxt
27
28
+# Mobile Tools for Java (J2ME)
29
+.mtj.tmp/
30
31
+# Package Files #
32
+*.jar
33
+*.war
34
+*.ear
35
+*.zip
36
+*.tar.gz
37
+*.rar
38
39
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
40
+hs_err_pid*
0 commit comments