We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090a32e commit afe206dCopy full SHA for afe206d
.gitignore
@@ -0,0 +1,40 @@
1
+.idea/
2
+target/
3
+out/
4
+*.iml
5
+*.jar
6
+*.war
7
+*.ear
8
+*.class
9
+
10
+# eclipse specific git ignore
11
+*.pydevproject
12
+.project
13
+.metadata
14
+bin/**
15
+tmp/**
16
+tmp/**/*
17
+*.tmp
18
+*.bak
19
+*.swp
20
+*~.nib
21
+local.properties
22
+.classpath
23
+.settings/
24
+.loadpath
25
26
+# External tool builders
27
+.externalToolBuilders/
28
29
+# Locally stored "Eclipse launch configurations"
30
+*.launch
31
32
+# NetBeans specific #
33
+nbproject/private/
34
+build/
35
+nbbuild/
36
+dist/
37
+nbdist/
38
+nbactions.xml
39
+nb-configuration.xml
40
+*.log
README.md
@@ -1 +1,6 @@
-# jos
+# JOS
+### JVM/Linux operating system
+<p align="center">
+ <img src="./pictures/jos-logo2.png" alt="JOS"/>
+</p>
pictures/jos-logo2.png
14.1 KB
0 commit comments