Browse Source

Initial commit

Kristofer Younger 6 years ago
commit
713d01b364
2 changed files with 27 additions and 0 deletions
  1. 24
    0
      .gitignore
  2. 3
    0
      README.md

+ 24
- 0
.gitignore View File

@@ -0,0 +1,24 @@
1
+# ---> Java
2
+# Compiled class file
3
+*.class
4
+
5
+# Log file
6
+*.log
7
+
8
+# BlueJ files
9
+*.ctxt
10
+
11
+# Mobile Tools for Java (J2ME)
12
+.mtj.tmp/
13
+
14
+# Package Files #
15
+*.jar
16
+*.war
17
+*.ear
18
+*.zip
19
+*.tar.gz
20
+*.rar
21
+
22
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
+hs_err_pid*
24
+

+ 3
- 0
README.md View File

@@ -0,0 +1,3 @@
1
+# FirstLab-Shapes
2
+
3
+first BlueJ lab