当我试着想一个简单的例子时,我想到了一个常见的 web 结构。如果结构是这样的:
/www
|-- scripts
|-- js
`shared_code.js
`-- css
`shared_style.css
|-- images
`-- cgi-bin/
|-- projectA
|-- .git
|-- foo.php
`-- foo.pl
`-- projectB
|-- .git
|-- bar.php
`-- bar.pl
是否可以将 js/css 脚本添加到 git 存储库?