我是git的新手,我的资产文件出了问题。我正在一个名为" development"的分支上开发,我有一个主分支。 现在我有2个包含资源的文件夹(一个(www / assets /),我在其中上传图片,视频,...根据客户的需求 - 它还包含子文件夹(例如:www / assets) / images / icons,www / assets / images / profilepics或www / assets / videos),以及我将图像纯粹用于网站设计的图片。 当我推送或合并我的分支时,他们清除这些文件夹。我怎样才能预防git呢?
我的gitignore看起来像这样:
.DS_Store
.idea/workspace.xml
www/images
www/assets/
和
git status --ignored
Ignored files:
(use "git add -f <file>..." to include in what will be committed)
www/assets/images/
www/images/