Is it possible to have the functionality of .gitignore files if I have a directory with multiple git projects?
I manage things like .bashrc and .vimrc on different git projects by renaming the .git directory to something like .git-bashrc, which are located on the same parent directory. This means I can't have a .gitignore file for each of my projects.
Is it possible to rename .gitignore files, or maybe place them in the git directory of the project?