Git忽略了gitignore我的.gitignore文件似乎被Git忽略了-.gitignore檔案被破壞了?Git期望哪種文件格式、區(qū)域設(shè)置或區(qū)域性?我的.gitignore:# This is a comment
debug.log
nbproject/輸出git status:# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# debug.log
# nbproject/
nothing added to commit but untracked files present (use "git add" to track)我想debug.log和nbproject/不出現(xiàn)在“未跟蹤文件”列表中。我該從哪里著手解決這個(gè)問題?
- 3 回答
- 0 關(guān)注
- 485 瀏覽
添加回答
舉報(bào)
0/150
提交
取消