代码初始化提交。
This commit is contained in:
@@ -0,0 +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
|
||||
*.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?
|
||||
Reference in New Issue
Block a user