SyntaxFix
Write A Post
Hire A Developer
Questions
On Linux/Unix, you can append files to the .gitignore file with the echo command. For example if you want to ignore all .svn folders, run this from the root of the project:
echo
.svn
echo .svn/ >> .gitignore