Glossary

.gitignore

Git
also: gitignore

A plain text file at the root of your project that tells Git which files and folders to leave out entirely — secrets, generated files, and OS junk that don't belong in your history. You list one pattern per line, with * standing in as a wildcard.