変更したファイルが変更されたファイルとして表示されない場合があります。
そのファイルをまだコミットできますか?
変更されていないファイルとしてリストされているファイルを変更されたファイルに追加できますか? ありがとう!
更新: ファイルを追加しようとすると、端末に次のようなエラーが表示されます。
The following paths are ignored by one of your .gitignore files:
folderpath/filename.java
Use -f if you really want to add them.
fatal: no files added
しかし、.gitignoreファイルを開くと:
bin
gen
#built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated GUI files
*R.java
# Mac OS file
.DS_Store
および情報/除外
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
私のフォルダーパスとそのファイル名が.gitignoreに含まれておらず、ファイルを除外していると確信しています