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.
如何忽略github 提交中的排除raw和文件夹?drawable
raw
drawable
just add the .gitignore file with /raw and /drawable
使用以下内容.gitignore在您的文件夹中创建一个:/res
.gitignore
/res
raw/ drawable/