Skip to content

Commit

Permalink
add .DS_Store ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ppot committed Feb 15, 2017
1 parent 70e38b1 commit f8f13b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_modules

# logs
npm-debug.log
.DS_Store

# optional dev config file and plugins directory
.hyper.js
Expand Down
2 changes: 0 additions & 2 deletions app/keymaps/keymap-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ module.exports = class KeymapManager {
default: return resolve(__dirname, 'darwin.json');
}
};

console.log(path());

try {
const commands = JSON.parse(readFileSync(path()));
Expand Down

0 comments on commit f8f13b5

Please sign in to comment.