mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
deb6da5ed6
If there are no further comments or suggestions for #2386 then I think it would be good to get this in. Remove .bowerrc from base repo but allows it to still be used for people with specialised dev environments by adding to .gitignore
61 lines
711 B
Text
61 lines
711 B
Text
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
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
# Ghost DB file
|
|
*.db
|
|
*.db-journal
|
|
|
|
.build
|
|
.dist
|
|
|
|
/core/client/tpl/hbs-tpl.js
|
|
/core/client/assets/css
|
|
/core/client/assets/fonts
|
|
/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
|