Initial commit
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 2 Oct 2016 18:18:18 +0000 (20:18 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 2 Oct 2016 18:18:18 +0000 (20:18 +0200)
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..32858aa
--- /dev/null
@@ -0,0 +1,12 @@
+*.class
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..fbd48be
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# WebAppTest
+Testing my skills