mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2025-11-30 01:02:03 +08:00
init commit
This commit is contained in:
71
.gitignore
vendored
Executable file
71
.gitignore
vendored
Executable file
@@ -0,0 +1,71 @@
|
||||
### Maven
|
||||
target/
|
||||
logs/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
### Gradle
|
||||
.gradle
|
||||
/build/
|
||||
/out/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
bin/
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
log/
|
||||
|
||||
### NetBeans ###
|
||||
nbproject/private/
|
||||
build/
|
||||
nbbuild/
|
||||
dist/
|
||||
nbdist/
|
||||
.nb-gradle/
|
||||
|
||||
### Mac
|
||||
.DS_Store
|
||||
*/.DS_Store
|
||||
|
||||
### VS Code ###
|
||||
*.project
|
||||
*.factorypath
|
||||
|
||||
### Compiled class file
|
||||
*.class
|
||||
|
||||
### Log file
|
||||
*.log
|
||||
|
||||
### BlueJ files
|
||||
*.ctxt
|
||||
|
||||
### Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
### Package Files
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
### VSCode
|
||||
.vscode
|
||||
|
||||
### Local file
|
||||
application-local.yml
|
||||
application-local.yaml
|
||||
application-local.properties
|
||||
Reference in New Issue
Block a user