Remove Log and Idea Files on Your Rails Project
How to remove log and idea files on your project ?
Remove idea files
1
| |
While you were remove, terminal gives error about it, you can try to below command :
1
| |
Remove log files
1
| |
After that, you should include on your .gitignore file like;
1
| |
That’s all.