commit 6b08cf490e8a9934b9ad494d978dd7435833bcd8 Author: Sangbum Kim Date: Sat Apr 2 03:47:26 2016 +0900 added initial gitignore files diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c51ff68 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +node_modules +.DS_Store +js/bundle.js +js/bundle.min.js +build +npm-debug.log +.idea \ No newline at end of file