The great migration (EAK -> ember-cli)

This commit is contained in:
Matt Enlow 2015-02-12 20:22:27 -07:00
parent 7e0143bc63
commit 6e4bdbaefb
341 changed files with 430 additions and 5 deletions

6
.gitignore vendored
View File

@ -43,7 +43,6 @@ Session.vim
.tmp
/core/server/data/export/exported*
/core/client/docs/_site
/content/tmp/*
/content/data/*
/content/apps/**/*
@ -63,10 +62,7 @@ config.js
# Built asset files
/core/built
/core/client/assets/css
/core/client/assets/img/contributors/
/core/client/docs/dist/css
/core/client/templates/-contributors.hbs
/core/server/views/default.hbs
# Coverage reports
coverage.html

21
core/client/.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
# dependencies
/node_modules
/bower_components
# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log
testem.log
# built by grunt
public/assets/img/contributors/
templates/-contributors.hbs

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Some files were not shown because too many files have changed in this diff Show More