921ceb7be7
closes #2368 - Remove Ruby dependency (Gemfiles) - Remove sass/fonts from core/client/assets/ - Add copy task to Gruntfile to copy over ghost-ui assets - Install Ghost-UI via bower - Changed .npmignore/.gitignore - Remove grunt-contrib-sass dependency - Remove mentions of Ruby in CONTRIBUTING.md
63 lines
716 B
Plaintext
63 lines
716 B
Plaintext
b-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
|
|
npm-debug.log
|
|
node_modules
|
|
bower_components
|
|
|
|
.idea/*
|
|
*.iml
|
|
projectFilesBackup
|
|
|
|
.DS_Store
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
# Ghost DB file
|
|
*.db
|
|
*.db-journal
|
|
|
|
.build
|
|
.dist
|
|
|
|
/core/client/tpl/hbs-tpl.js
|
|
/core/client/assets/css
|
|
/core/client/assets/fonts
|
|
.sass-cache/
|
|
/core/client/assets/vendor
|
|
/core/server/data/export/exported*
|
|
/docs
|
|
/_site
|
|
/content/tmp/*
|
|
/content/data/*
|
|
/content/apps/**/*
|
|
/content/themes/**/*
|
|
/content/images/**/*
|
|
!/content/themes/casper/**
|
|
!/README.md
|
|
|
|
# Changelog, which is autogenerated, not committed
|
|
CHANGELOG.md
|
|
|
|
# Casper generated files
|
|
/core/test/functional/*.png
|
|
|
|
config.js
|
|
|
|
# Built asset files
|
|
/core/built
|
|
|
|
# Coverage reports
|
|
coverage.html
|