我有以下文件夹结构:
ToArray()
除了符号链接外,我想忽略byte[] Array2 = new byte[5];
// set values for Array2
byte[] Array1 = Array2.ToArray();
内的所有内容:
node_modules/
my_symlink_to_lib
folder_a/
folder_b/
lib/
(some files here)
我已尝试了其他一些内容,node_modules
不会以未跟踪的文件结束。
有什么想法吗?
答案 0 :(得分:1)
确保.gitignore_global
文件中没有以下内容:
# ignores the whole folder so negation won't work in local .gitignore
node_modules