Skip to content

Commit

Permalink
updated gitignore to ignore idea files
Browse files Browse the repository at this point in the history
  • Loading branch information
felixs8696 committed Feb 14, 2017
1 parent 6301396 commit 8e8c1c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
key/*
node_modules/*
.idea/*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Stella Voice Control",
"name": "stella",
"version": "1.0.0",
"description": "A Launchpad app that browses the web using your voice",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8e8c1c4

Please sign in to comment.