73 lines
1.1 KiB
Plaintext
73 lines
1.1 KiB
Plaintext
######################################################################
|
|
# Build Tools
|
|
|
|
.gradle
|
|
/build/
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
|
|
target/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
|
|
######################################################################
|
|
# IDE
|
|
|
|
### STS ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.claude
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### JRebel ###
|
|
rebel.xml
|
|
|
|
### NetBeans ###
|
|
nbproject/private/
|
|
build/*
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
.nb-gradle/
|
|
|
|
######################################################################
|
|
# Others
|
|
*.log
|
|
*.xml.versionsBackup
|
|
*.swp
|
|
nul
|
|
|
|
# Git Worktrees
|
|
.worktrees/
|
|
|
|
# Test output directories (not source code)
|
|
**/target/test-classes/
|
|
**/target/surefire-reports/
|
|
|
|
# Test data files (keep test source code)
|
|
*.test.log
|
|
|
|
!*/build/*.java
|
|
!*/build/*.html
|
|
!*/build/*.xml
|
|
|
|
######################################################################
|
|
# Excel Temporary Files
|
|
doc/test-data/**/~$*
|
|
|
|
######################################################################
|
|
# Database Configuration
|
|
db_config.conf
|
|
|
|
~*.*
|
|
|
|
|
|
/.playwright-cli/
|