如何忽略Git中的某些文件 - How to ignore certain files in Git

問題:

I have a repository with a file, Hello.java . 我有一個帶有文件Hello.java的存儲庫。 When I compile it, an additional Hello.class file is generated. 當我編譯它時,會生成一個附加的Hello.class文件。 java

I created an entry for Hello.class in a .gitignore file. 我在.gitignore文件中爲Hello.class建立了一個條目。 However, the file still appears to be tracked. 可是,該文件彷佛仍被跟蹤。 git

How can I make Git ignore Hello.class ? 如何使Git忽略Hello.class app


解決方案:

參考一: https://stackoom.com/question/I4ri/如何忽略Git中的某些文件
參考二: https://oldbug.net/q/I4ri/How-to-ignore-certain-files-in-Git
相關文章
相關標籤/搜索