ci: 三个模块基础框架搭建

This commit is contained in:
2024-04-01 13:43:44 +08:00
parent 117e379d6b
commit bbe2fd35e1
285 changed files with 1530 additions and 43436 deletions
+60 -1
View File
@@ -1,4 +1,63 @@
/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
rebel.xml
*.iws
# temp file
*.log
*.cache
*.diff
*.patch
*.tmp
.DS_Store
node_modules
/node_modules/
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?