Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-paul committed Dec 29, 2017
0 parents commit ff1a066
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Ignore docs files
_gh_pages
.ruby-version

# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~
*.~lock*
.~lock*

# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
.idea

# Komodo
*.komodoproject
.komodotools

# grunt-html-validation
validation-status.json
validation-report.json

# Folders to ignore
node_modules

# Ignore all logfiles and tempfiles.
!/log/.keep
/tmp
/.gems

testing-code-3.js
testing-scribling-code.js
testing-code-1.js
testing-4.js
Cracking-The-Coding-Interview-Note-Gitignore-IT.odt
248 changes: 248 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "algorithm-in-js",
"version": "1.0.0",
"description": "",
"main": "Readme.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rohan Paul",
"keywords": [
"interview",
"coding",
"algorithms"
],
"license": "ISC",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1"
}
}

0 comments on commit ff1a066

Please sign in to comment.