mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-27 06:13:04 -04:00
… by simply running `make generate-license` and `make generate-gitignore` (last time: 9d2fabc7d3)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11158
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
40 lines
464 B
Text
40 lines
464 B
Text
# 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*
|