Browse Source

Initial commit

pull/1/head
Ronaldo Christnawan 5 years ago
committed by Gitea
commit
4f6de6dbf6
2 changed files with 15 additions and 0 deletions
  1. +12
    -0
      .gitignore
  2. +3
    -0
      README.md

+ 12
- 0
.gitignore View File

@@ -0,0 +1,12 @@
# ---> Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar


+ 3
- 0
README.md View File

@@ -0,0 +1,3 @@
# pos-terminal-app

Aplikasi POS Amigo, dibangun dengan JavaFX dengan Maven

Loading…
Cancel
Save