gitignore
gitignore — A file that tells git to pretend certain files don't exist.
Some things should never be committed — passwords, massive files, local settings. Gitignore keeps them out.
"Add it to your gitignore." "Make sure that's gitignored."
gitignore — A file that tells git to pretend certain files don't exist.
Some things should never be committed — passwords, massive files, local settings. Gitignore keeps them out.
"Add it to your gitignore." "Make sure that's gitignored."