Renpy Gitignore __hot__ 【2024-2026】
If you accidentally committed .rpyc files before creating your .gitignore , you must delete them from the repository manually using git rm --cached *.rpyc . Simply adding them to .gitignore after they are already tracked won't remove them.
Create a file named .gitignore in the root folder of your project (next to game , renpy , and .android folders) and paste this in:
Before your next commit:
If you accidentally committed .rpyc files before creating your .gitignore , you must delete them from the repository manually using git rm --cached *.rpyc . Simply adding them to .gitignore after they are already tracked won't remove them.
Create a file named .gitignore in the root folder of your project (next to game , renpy , and .android folders) and paste this in:
Before your next commit: