mirror of
https://github.com/apache/struts.git
synced 2026-08-04 22:27:10 +00:00
57 lines
618 B
Plaintext
57 lines
618 B
Plaintext
# IDEA
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.metadata/
|
|
Servers/
|
|
|
|
# Java annotation processor (APT)
|
|
.factorypath
|
|
|
|
#VSCode
|
|
.vscode
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
# Scripts
|
|
*.sh
|
|
|
|
# jenv
|
|
.java-version
|
|
|
|
# Maven
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
dependency-reduced-pom.xml
|
|
buildNumber.properties
|
|
.mvn/timing.properties
|
|
.mvn/wrapper/maven-wrapper.jar
|
|
|
|
plugins/testng/test-output
|
|
test-output
|
|
|
|
# Sonar
|
|
/.sonar/
|
|
|
|
# Tidelift CLI scanner
|
|
.tidelift
|
|
|
|
# Claude Code local settings
|
|
.claude/settings.local.json
|
|
|
|
# Cursor + Metals
|
|
.cursor/
|
|
.bloop/
|
|
.metals/
|