mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 08:19:13 -05:00
Compare commits
5 Commits
c18643cb43
...
28f7761d45
Author | SHA1 | Date | |
---|---|---|---|
|
28f7761d45 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
6a72e43229 |
40
Katalon.gitignore
Normal file
40
Katalon.gitignore
Normal file
@ -0,0 +1,40 @@
|
||||
# Katalon Test Suite
|
||||
# Compiled class file
|
||||
*.class
|
||||
*.swp
|
||||
output
|
||||
!output/.gitkeep
|
||||
build
|
||||
|
||||
Libs/TempTestCase*
|
||||
Libs/TempTestSuite*
|
||||
bin/lib/TempTestCase*
|
||||
Reports/
|
||||
\.classpath
|
||||
\.project
|
||||
\.settings/
|
||||
bin/lib/
|
||||
Libs/
|
||||
.svn/
|
||||
.gradle
|
||||
|
||||
|
||||
# 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*
|
@ -167,5 +167,8 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
Loading…
Reference in New Issue
Block a user