一開始建立專案時候沒有.gitignore這個文件,剛剛手動寫了一個,我用的pycharm IDE裡自帶的git,commit提示沒有檢測到改變。那該怎麼把這個檔案push了?
先 git add .gitignore
git add .gitignore
先
git add .gitignore