我有这个.gitignore文件:
[admin]/
[editor]/
[gamemodes]/
[gameplay]/
[managers]/
[web]/
但是git status
显示:
Untracked files:
(use "git add <file>..." to include in what will be committed)
[admin]/
[editor]/
[gamemodes]/
[gameplay]/
[managers]/
[web]/
editor_dump/
editor_map_backups/
editor_test/
guieditor/
为什么会发生?当然,我把.gitignore放在正确的位置。
对我来说很好。
ls -a