Top "Gitignore" questions

.gitignore is a file that lists files, directories, and/or path patterns that Git should not include as part of a repository.

Make .gitignore ignore everything except a few files

I understand that a .gitignore file cloaks specified files from Git's version control. I have a project (LaTeX) that generates …

git gitignore
What should be in my .gitignore for an Android Studio project?

What files should be in my .gitignore for an Android Studio project? I've seen several examples that all include .iml …

git android-studio gitignore
How to git ignore subfolders / subdirectories?

I have a lot of projects in my .Net solution. I would like to exclude all "bin/Debug" and "bin/…

git directory ignore gitignore
How do I configure git to ignore some files locally?

Can I ignore files locally without polluting the global git config for everyone else? I have untracked files that are …

git ignore gitignore
.gitignore for Visual Studio Projects and Solutions

Which files should I include in .gitignore when using Git in conjunction with Visual Studio Solutions (.sln) and Projects?

git visual-studio visual-studio-2012 gitignore
What are the differences between .gitignore and .gitkeep?

What are the differences between .gitignore and .gitkeep? Are they the same thing with a different name, or do they …

git gitignore
.gitignore exclude folder but include specific subfolder

I have the folder application/ which I add to the .gitignore. Inside the application/ folder is the folder application/language/…

git gitignore
git add only modified changes and ignore untracked files

I ran "git status" and listed below are some files that were modified/or under the heading "changes not staged …

git commit gitignore staging
How to .gitignore all files/folder in a folder, but not the folder itself?

Possible Duplicate: How do I add an empty directory to a git repository I want to check in a blank …

git file directory gitignore
What to gitignore from the .idea folder?

Possible Duplicate: Intellij Idea 9/10, what folders to check into (or not check into) source control? I started using WebStorm for …

git intellij-idea gitignore webstorm