diff --git a/.gitignore b/.gitignore index f5136aec..db9dfecf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,20 @@ .DS_Store .settings -config.codekit .project -/dist .bin + +config.codekit +.codekit-cache +*.codekit +min + +/dist /nw /atom /gulpfile.js /gulpfile_atom.js /package.json sqlite* -/test -min -.codekit-cache tinymce_old node_modules/request node_modules/fs.extra diff --git a/README.md b/README.md index dba83138..86bb3987 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See https://github.com/atom/electron Download this project, and run ```` -$> cd PATH-TO-LEANOTE-DESKTOP-APP/src +$> cd PATH-TO-LEANOTE-DESKTOP-APP $> Electron . ```