Package structure and building

This commit is contained in:
2015-03-17 15:57:45 +07:00
parent d785af38c3
commit 03bcc505dc
22 changed files with 57 additions and 58 deletions
+5 -3
View File
@@ -1,7 +1,8 @@
// JSX cache
.module-cache
// Bower
// Packages
node_modules
bower_components
// Config files
@@ -11,5 +12,6 @@ bower_components
// Workspace documents and notes
*.txt
// Compiled app (reconsider later)
app/scripts/compiled
// Compiled
app/jsx/build
build/*