Relative Content

Tag Archive for gitgitignore

Why is git is ignoring files that aren’t in the .gitignore file?

I have a git repository that is ignoring image files as well as a few other files, but my .gitignore file only has it ignoring a config.php file. Is there some global ignore file somewhere that I can’t seem to find? I have to specify files to add them now, and it’s giving me this warning:

How to properly exclude specific files from .gitignore

I’m trying to get a .gitignore working in wordpress. I want to exclude the uploads files and the temporary plugin upgrade files, but not ignore the .htaccess and index.html static files in those directories (or any other sub directories).