38 lines
297 B
Plaintext
38 lines
297 B
Plaintext
/target/
|
|
/.idea/
|
|
jeecg-boot-module-demo
|
|
rebel.xml
|
|
|
|
#java
|
|
*.class
|
|
|
|
#package file
|
|
*.war
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
#maven ignore
|
|
target/
|
|
build/
|
|
|
|
#eclipse ignore
|
|
.settings/
|
|
.project
|
|
.classpatch
|
|
|
|
#Intellij idea
|
|
.idea/
|
|
/idea/
|
|
out/
|
|
logs/
|
|
*.ipr
|
|
*.iml
|
|
*.iws
|
|
|
|
# temp file
|
|
*.log
|
|
*.cache
|
|
*.diff
|
|
*.patch
|
|
*.tmp |