2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/.gitignore
Austin Burdine 8f89997deb minify ghost.url.api in production
closes #6150
- clean up ghost.url.api script
- switch to inlining config and making the ghost-url.js file an external request
- add minification in production
2015-12-10 08:46:58 -06:00

73 lines
881 B
Plaintext

b-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
npm-debug.log
node_modules
bower_components
.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
# Ghost DB file
*.db
*.db-journal
.build
.dist
.tmp
/core/server/data/export/exported*
/content/tmp/*
/content/data/*
/content/apps/**/*
/content/themes/**/*
/content/images/**/*
!/content/themes/casper/**
!/README.md
# Changelog, which is autogenerated, not committed
CHANGELOG.md
# Test generated files
/core/test/functional/*.png
/core/test/coverage
config.js
/core/client/config.js
!/core/client/app/mirage/config.js
!/core/client/app/services/config.js
# Built asset files
/core/built
/core/server/views/default.hbs
/core/shared/ghost-url.min.js
# Coverage reports
coverage.html