Skip to content

Commit a41cce3

Browse files
authored
Merge pull request #3977 from pvaleror/main
Create Katalon.gitignore
2 parents bbf1a67 + 6a72e43 commit a41cce3

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

Katalon.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)