Skip to content

Commit afe206d

Browse files
author
Mahdi
committedJun 20, 2024
test picture
1 parent 090a32e commit afe206d

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed
 

‎.gitignore

+40
Original file line numberDiff line numberDiff line change
@@ -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

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# jos
1+
# JOS
2+
### JVM/Linux operating system
3+
4+
<p align="center">
5+
<img src="./pictures/jos-logo2.png" alt="JOS"/>
6+
</p>

‎pictures/jos-logo2.png

14.1 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.