--- tags: 遊戲製作 --- # Unity tips ## Make up upload.gitignore reference: https://blog.csdn.net/yxzone/article/details/118087985 When re-optimizing the program, I found that the previous project did not add .gitignore, and the new .gitignore was not successfully tracked by directly approaching git. At this time, the following steps need to be performed: ``` git rm -r --cached . git add . git commit -am"commit name" ``` 20220711 推薦安裝套件: Post-Processing, ProBuilder