mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-10 11:24:39 +03:00
e5ead739a1
refs #2326 - Remove unused libraries from core/client/assets/vendor/ - Add folder to .gitignore - bower install is now handled by grunt init
29 lines
383 B
Plaintext
29 lines
383 B
Plaintext
!**
|
|
.build
|
|
.dist
|
|
docs/**
|
|
_site/**
|
|
content/images/**
|
|
!content/images/README.md
|
|
content/themes/**
|
|
!content/themes/casper/**
|
|
content/apps/**
|
|
!content/apps/README.md
|
|
node_modules/**
|
|
core/test/**
|
|
core/client/assets/sass/**
|
|
core/server/data/export/exported*
|
|
**/*.db*
|
|
*.db*
|
|
.sass*
|
|
.af*
|
|
.git*
|
|
.groc*
|
|
*.iml
|
|
config.js
|
|
CONTRIBUTING.md
|
|
SECURITY.md
|
|
.travis.yml
|
|
Gemfile*
|
|
*.html
|
|
bower_components/** |