Q:

what to add to gitignore

$ touch .gitignore
5
The purpose of gitignore files is to ensure that certain files not tracked by git remain untracked.
1
Look at this awesome site!
https://www.toptal.com/developers/gitignore
Generates a gitignore for you, based on the technologies you're using
0
echo "
bin/**
lib/**
pyvenv.cfg
**.pyc
"  > .gitignore
cat .gitignore
1

New to Communities?

Join the community