Create a .gitignore file using the command line tool for Windows and Linux.
Windows
echo 2> t.gitignore
ren t.gitignore .gitignore
Linux
touch t.gitignore
mv t.gitignore .gitignore
Create a .gitignore file using the command line tool for Windows and Linux.
echo 2> t.gitignore
ren t.gitignore .gitignore
touch t.gitignore
mv t.gitignore .gitignore