how to make git init include a .gitignore with defalut values code example
Example: git init
cd /path/to/my/codebase
git init
git add .
git commit -m "my comment"
cd /path/to/my/codebase
git init
git add .
git commit -m "my comment"