Skip to content

Commit 0a231b3

Browse files
committed
Updated readme
1 parent 2c28c56 commit 0a231b3

File tree

10 files changed

+35
-111
lines changed

10 files changed

+35
-111
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,5 @@ nbdist/
212212

213213
# End of https://www.toptal.com/developers/gitignore/api/java,eclipse,intellij+all,netbeans,maven
214214

215+
target/**
216+
target

README.md

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -59,28 +59,39 @@ Once the application is running, you will see a calculator interface with the fo
5959

6060
## Project Structure
6161
```plaintext
62-
gui-calculator/
63-
64-
├── src/
65-
│ ├── main/
66-
│ │ ├── java/
67-
│ │ │ └── com/
68-
│ │ │ └── zynotic/
69-
│ │ │ └── studios/
70-
│ │ │ └── noor/
71-
│ │ │ └── calculator/
72-
│ │ │ └── App.java
73-
│ │ ├── resources/
74-
│ │ └── assets/
75-
│ │ └── fonts/
76-
│ │ └── images/
77-
│ │
78-
│ └── test/
79-
│ └── java/
80-
81-
├── pom.xml
82-
├── README.md
83-
└── LICENSE
62+
| .classpath
63+
| .gitignore
64+
| .project
65+
| LICENSE
66+
| pom.xml
67+
| README.md
68+
| structure.txt
69+
|
70+
+---.settings
71+
| org.eclipse.core.resources.prefs
72+
| org.eclipse.jdt.core.prefs
73+
| org.eclipse.m2e.core.prefs
74+
|
75+
\---src
76+
\---main
77+
+---java
78+
| | module-info.java
79+
| |
80+
| \---com
81+
| \---zynotic
82+
| \---studios
83+
| \---noor
84+
| \---calculator
85+
| App.java
86+
|
87+
\---resources
88+
\---assets
89+
+---fonts
90+
| seven_segment.ttf
91+
|
92+
\---images
93+
\---icons
94+
icon.png
8495
```
8596

8697
## Contributing

target/classes/META-INF/MANIFEST.MF

Lines changed: 0 additions & 4 deletions
This file was deleted.

target/classes/META-INF/maven/com.zynotic.studios/noor.calculator/pom.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

target/classes/META-INF/maven/com.zynotic.studios/noor.calculator/pom.xml

Lines changed: 0 additions & 78 deletions
This file was deleted.
-28.4 KB
Binary file not shown.
-15.1 KB
Binary file not shown.
-2.05 KB
Binary file not shown.
-9.9 KB
Binary file not shown.

target/classes/module-info.class

-301 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)