From 18b04520bd730b1ccb7e83b00a1d5e632366a6f8 Mon Sep 17 00:00:00 2001 From: faizakram Date: Thu, 9 Nov 2017 18:37:19 +0530 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 22 ++++++++++++++++++++++ README.md | 1 + 3 files changed, 25 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eba1110 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6143e53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear +*.zip +*.tar.gz +*.rar + +# 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 index 0000000..37814a4 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# PUSH-NOTIFICATION