.gitignore File

Ignore files and directories.

A file with the name .gitignore in your repository will tell git to ignore the file.

Use this for sensitive files like settings.php which has your database credentials.

Level
Topics