From 263603c23e3213299d609ab33242cbc1052f1af4 Mon Sep 17 00:00:00 2001 From: Krishna Nand Date: Fri, 23 Feb 2018 11:28:36 +0530 Subject: [PATCH] Ignore everything (other than nocode) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70fcfa4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +* +*/ +!CONTRIBUTING.md +!Dockerfile +!LICENSE +!README.md +!.gitignore