Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将开发 Bower 组件安装在单独的目录中,以便我可以将其添加到.gitignore?
.gitignore
例如:
components └─jquery dev_components └─bootstrap
不,但您可以轻松地将各个组件添加到您的.gitignore:
components/bootstrap