Skip to content

Commit

Permalink
feat: init
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Beatles committed Jan 25, 2021
1 parent a55fc06 commit 9b1f320
Show file tree
Hide file tree
Showing 27 changed files with 58 additions and 490 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
### Back End ###
**/target/
*.jar
**/out/
!.mvn/wrapper/maven-wrapper.jar
**/.settings/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
**/.idea/
*.iws
*.iml
*.ipr

### NetBeans ###
**/nbproject/private/
**/build/
**/nbbuild/
**/dist/
**/nbdist/
**/.nb-gradle/

### Custom ###
/docker/data/*
!.gitkeep

**/apache-skywalking-apm-bin/
**/config/maven/apache-maven-3.5.4/


### Font End ###
.DS_Store
**/node_modules

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
108 changes: 0 additions & 108 deletions biz-boot-starter-logger.iml

This file was deleted.

Binary file not shown.
Binary file removed target/biz-boot-starter-logger-1.0.0-RELEASE.jar
Binary file not shown.
182 changes: 0 additions & 182 deletions target/classes/META-INF/spring-configuration-metadata.json

This file was deleted.

2 changes: 0 additions & 2 deletions target/classes/META-INF/spring.factories

This file was deleted.

10 changes: 0 additions & 10 deletions target/classes/banner.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9b1f320

Please sign in to comment.