commit | bad36ef3efbef8c724d6e5c1fa0d4d9aad47bfed | [log] [tgz] |
---|---|---|
author | Sagar Vora <sagar@resilient.tech> | Tue Jan 29 16:00:45 2019 +0530 |
committer | GitHub <noreply@github.com> | Tue Jan 29 16:00:45 2019 +0530 |
tree | 5b5341e3ca2bd84869c45fe38c02ec4c356820ec | |
parent | cc41b876fb5fe0e7d5253b39ef20285aeb82cd45 [diff] |
fix: add node_modules to gitignore (#16515)
diff --git a/.gitignore b/.gitignore index 68272c7..1652244 100644 --- a/.gitignore +++ b/.gitignore
@@ -12,3 +12,4 @@ *.swo __pycache__ *~ +node_modules/ \ No newline at end of file