v1.0.1
This commit is contained in:
58
.gitignore
vendored
Normal file
58
.gitignore
vendored
Normal file
@ -0,0 +1,58 @@
|
||||
# Compiled class file
|
||||
#.gitignore
|
||||
*.class
|
||||
.classpath
|
||||
.project
|
||||
classpath-data.json
|
||||
.myumldata
|
||||
|
||||
**/bin
|
||||
**/bin/**
|
||||
|
||||
/.metadata
|
||||
*/.metadata/*
|
||||
|
||||
.idea
|
||||
|
||||
/.settings
|
||||
**/.settings
|
||||
**/.settings/**
|
||||
|
||||
/.sts4-cache
|
||||
**/.sts4-cache/**
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
*.log.*
|
||||
**/logs/**
|
||||
|
||||
*/jdk/*
|
||||
|
||||
*/org/apache/mybatis/jpa/**
|
||||
|
||||
**/build
|
||||
**/build/**
|
||||
|
||||
|
||||
*/META-INF/MANIFEST.MF
|
||||
|
||||
**/target/*
|
||||
|
||||
/.gradle/
|
||||
/.gradle/*
|
||||
.vscode/settings.json
|
||||
|
||||
|
||||
|
||||
release_frontend.bat
|
||||
|
||||
**/out/*
|
||||
|
||||
|
||||
jinbooks-web-fronted/package-lock.json
|
||||
jinbooks-web-fronted/yarn.lock
|
||||
package-lock.json
|
||||
/jinbooks/.gradle
|
||||
jinbooks/.gradle/*
|
||||
jinbooks/jinbooks-web/src/main/resources/application-jinbooks-prod.properties
|
||||
jinbooks/jinbooks-web/src/main/resources/application.properties
|
||||
Reference in New Issue
Block a user