22 lines
213 B
Plaintext
22 lines
213 B
Plaintext
# Maven
|
|
target/
|
|
pom.xml.tag
|
|
*.jar
|
|
!**/src/main/**/target/
|
|
!**/src/test/**/target/
|
|
|
|
# 本地配置(含可能敏感信息)
|
|
config.properties
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|