mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
bfb27f677a
no issue - ember/ember-data/ember-cli@2.16 - bump all outdated dependencies that do not require additional work or more extensive tests - bump sub-dependencies in yarn.lock - use `broccoli-uglify-sourcemap` (same dep as already used in `ember-cli-uglify`) instead of a separate `broccoli-uglify-js` package for building production codemirror assets - add `/concat-stats-for` to `.gitignore` so that filesize stats from `CONCAT_STATS=true ember build` don't end up in the repo
52 lines
521 B
Text
52 lines
521 B
Text
b-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
|
|
npm-debug.log*
|
|
yarn-error.log
|
|
.nvmrc
|
|
.bowerrc
|
|
.idea/*
|
|
*.iml
|
|
*.sublime-*
|
|
projectFilesBackup
|
|
|
|
.DS_Store
|
|
|
|
# vim-related
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
.vimrc
|
|
*~
|
|
|
|
# TernJS
|
|
.tern-project
|
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
/dist
|
|
/tmp
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/bower_components
|
|
|
|
# misc
|
|
/connect.lock
|
|
/coverage/*
|
|
/libpeerconnection.log
|
|
testem.log
|
|
/concat-stats-for
|