737ea3f65e
Closes #3568 - Deleted html placeholders in client - Added new grunt task, buildAboutPage, which 1)creates -contributors.hbs partial and 2) downloads contributor avatars - buildAboutPage is called by anything that does an emberTemplates task - Removed unused code from ghostpaths
73 lines
861 B
Plaintext
73 lines
861 B
Plaintext
b-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
|
|
npm-debug.log
|
|
node_modules
|
|
bower_components
|
|
.bowerrc
|
|
.idea/*
|
|
*.iml
|
|
projectFilesBackup
|
|
|
|
.DS_Store
|
|
|
|
# vim-related
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
.vimrc
|
|
*~
|
|
|
|
# TernJS
|
|
.tern-project
|
|
|
|
# Ghost DB file
|
|
*.db
|
|
*.db-journal
|
|
|
|
.build
|
|
.dist
|
|
.tmp
|
|
|
|
/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
|
|
/core/client/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
|
|
|
|
# Coverage reports
|
|
coverage.html
|