mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Remove .bowerrc
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
This commit is contained in:
parent
91ad372c36
commit
deb6da5ed6
2 changed files with 1 additions and 4 deletions
3
.bowerrc
3
.bowerrc
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"directory": "bower_components"
|
||||
}
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -14,7 +14,7 @@ results
|
|||
npm-debug.log
|
||||
node_modules
|
||||
bower_components
|
||||
|
||||
.bowerrc
|
||||
.idea/*
|
||||
*.iml
|
||||
projectFilesBackup
|
||||
|
|
Loading…
Reference in a new issue