Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…king-System into Phuoc
  • Loading branch information
Minh committed Sep 18, 2020
2 parents 89ee809 + 702456b commit a944d71
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ build/
### VS Code ###
.vscode/

/src/main/resources/application.properties/
/src/main/resources/application.properties/
.settings/org.eclipse.core.resources.prefs
.settings/org.eclipse.jdt.apt.core.prefs
.vscode/launch.json
44 changes: 44 additions & 0 deletions .gitignore.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

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

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

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/

<<<<<<< HEAD
/src/main/resources/application.properties/
=======
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/
.settings/org.eclipse.core.resources.prefs
.settings/org.eclipse.jdt.apt.core.prefs
.vscode/launch.json
>>>>>>> develop
7 changes: 7 additions & 0 deletions README.md.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<<<<<<< HEAD
Change to trigger CI/CD.
Change one more
=======
# SECONDARY MAIN BRANCH
This branch diverges from the MASTER branch and act as the main branch for development.
>>>>>>> develop

0 comments on commit a944d71

Please sign in to comment.