From e32d9b1decc0a61d00609b4fae0e26f7c8f7180b Mon Sep 17 00:00:00 2001 From: Nitin Teotia Date: Wed, 25 Dec 2019 05:19:51 +0530 Subject: [PATCH] another change --- .gitignore | 3 +++ dir1/app1.js | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitignore create mode 100644 dir1/app1.js diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f64e57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +log.txt +/dir2 +*.txt \ No newline at end of file diff --git a/dir1/app1.js b/dir1/app1.js new file mode 100644 index 0000000..230bd35 --- /dev/null +++ b/dir1/app1.js @@ -0,0 +1 @@ +console.log(123); \ No newline at end of file