有一个文件被跟踪git
,但现在该文件在.gitignore
列表中.
但是,该文件在git status
编辑后会一直显示.你怎么强迫git
完全忘掉它?
我有文件夹application /我添加到.gitignore.应用程序/文件夹内是文件夹application/language/gr.我该如何包含此文件夹?我试过这个
application/
!application/language/gr/
Run Code Online (Sandbox Code Playgroud)
没有运气......