Skip to content
Merged

Dev #40

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
28 changes: 28 additions & 0 deletions hope-admin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/target/
/logs/
/hope-admin/logs/
!.mvn/wrapper/maven-wrapper.jar
/src/mian/resources/rebel.xml

### 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/
9 changes: 0 additions & 9 deletions hope-admin/target/classes/application.properties

This file was deleted.

88 changes: 0 additions & 88 deletions hope-admin/target/classes/application.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions hope-admin/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.
14 changes: 0 additions & 14 deletions hope-admin/target/classes/rebel.xml

This file was deleted.

Loading