From 360816ec0947db1c7c1e21e2f0454aee7080fe2f Mon Sep 17 00:00:00 2001 From: Ma7eer Date: Fri, 10 Aug 2018 13:39:05 -0600 Subject: [PATCH] added sometemp files, eslint, & spec files for Vim & sublime to .gitignore + added maher alkendi to Contributes.md --- .gitignore | 29 ++++++++++++++++++++++++++++- Contributors.md | 1 + 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d048a71a7b3..9c40048620c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,20 @@ # .DS_Store +#eslint +# +.eslintcache + +# Logs +# +logs +*.log +npm-debug.log* + +# temp files +# +*.~temp + # Xcode # build/ @@ -40,7 +54,6 @@ local.properties # node.js # node_modules/ -npm-debug.log # coverage # @@ -53,4 +66,18 @@ config.json /.vs #Visual Studio Code +# .vscode/* + +#Sublime Text +# +*.sublime-project +*.sublime-workspace + +#Vim +# +*.swp +*.swo +Session.vim +.netrwhist +*~ \ No newline at end of file diff --git a/Contributors.md b/Contributors.md index 95124c921e7..c1bb6aeb9d8 100644 --- a/Contributors.md +++ b/Contributors.md @@ -632,6 +632,7 @@ - [Rony Cherian](https://github.com/phoe-nix-) - [Angad Gill](https://github.com/angadgill92) - [Adi](https://github.com/adityabhushan) +- [Maher Alkendi](https://github.com/Ma7eer) - [Rahul Rayaprolu](https://github.com/rahulr91) - [Mukesh M](https://github.com/mukeshm) - [Diego Gonzalez](https://github.com/luarca84)