Browse Source

Initial commit

Kristofer Younger 5 years ago
commit
cdbe737411
2 changed files with 41 additions and 0 deletions
  1. 38
    0
      .gitignore
  2. 3
    0
      README.md

+ 38
- 0
.gitignore View File

@@ -0,0 +1,38 @@
1
+# ---> Maven
2
+target/
3
+pom.xml.tag
4
+pom.xml.releaseBackup
5
+pom.xml.versionsBackup
6
+pom.xml.next
7
+release.properties
8
+dependency-reduced-pom.xml
9
+buildNumber.properties
10
+.mvn/timing.properties
11
+
12
+# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
13
+!/.mvn/wrapper/maven-wrapper.jar
14
+
15
+# ---> Java
16
+# Compiled class file
17
+*.class
18
+
19
+# Log file
20
+*.log
21
+
22
+# BlueJ files
23
+*.ctxt
24
+
25
+# Mobile Tools for Java (J2ME)
26
+.mtj.tmp/
27
+
28
+# Package Files #
29
+*.jar
30
+*.war
31
+*.ear
32
+*.zip
33
+*.tar.gz
34
+*.rar
35
+
36
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
37
+hs_err_pid*
38
+

+ 3
- 0
README.md View File

@@ -0,0 +1,3 @@
1
+# PassionBy4.2
2
+
3
+a start on the passion projects of cohort 4.2