first
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# Created by .ignore support plugin (hsz.mobi)
|
||||
### Java template
|
||||
*.class
|
||||
|
||||
target/*
|
||||
*.iml
|
||||
.idea/
|
||||
.spec/
|
||||
openspec/
|
||||
AGENTS.md
|
||||
gen/
|
||||
|
||||
.vscode/
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
!src/test/resources/test-plugins/*.jar
|
||||
dependency-reduced-pom.xml
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
||||
test.log
|
||||
test-push.sh
|
||||
|
||||
.DS_Store
|
||||
|
||||
src/main/antlr4/.antlr
|
||||
Reference in New Issue
Block a user