Skip to content

Commit

Permalink
added sometemp files, eslint, & spec files for Vim & sublime to .giti…
Browse files Browse the repository at this point in the history
…gnore + added maher alkendi to Contributes.md
  • Loading branch information
Ma7eer committed Aug 10, 2018
1 parent 6efae45 commit 360816e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@
#
.DS_Store

#eslint
#
.eslintcache

# Logs
#
logs
*.log
npm-debug.log*

# temp files
#
*.~temp

# Xcode
#
build/
Expand Down Expand Up @@ -40,7 +54,6 @@ local.properties
# node.js
#
node_modules/
npm-debug.log

# coverage
#
Expand All @@ -53,4 +66,18 @@ config.json
/.vs

#Visual Studio Code
#
.vscode/*

#Sublime Text
#
*.sublime-project
*.sublime-workspace

#Vim
#
*.swp
*.swo
Session.vim
.netrwhist
*~
1 change: 1 addition & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 360816e

Please sign in to comment.