gitignore
Git is not using the contents of .gitignore
I’m working with Rails and added the directory tmp and the Gemfile to my .gitignore. But every time I change i开发者_JS百科t, git status tells me, that it changed. On both machines. On my developer m[详细]
2023-03-01 07:37 分类:问答Can I make a user-specific gitignore file?
I want to change开发者_如何学Python the gitignore, but not everyone on the team wants these changes. How can a user have their own specific git ignore file?You can create your own .gitignore using[详细]
2023-02-27 08:57 分类:问答file mask to exclude *.m.swp files in git
When I run git status, *.m.swp files are showing up in the \"untracked list\" because I currently have these files open in MacVim (The originals are MATLAB files with *.m f开发者_开发问答ile extension[详细]
2023-02-25 10:35 分类:问答Tell git never to update a file
I have a few files in git (namely configure files), that I need to be in the git repo, but I don\'t want them to ever update (for some reason, running them, and make, changes the configure file).[详细]
2023-02-24 22:46 分类:问答How to ignore .gitignore file from commiting by EGit plugin of Apatana Studio 2?
I have been using the Git bash for doing my commits until now and have never seen .giti开发者_运维技巧gnore file getting commited. Recently I moved over to Aptana Studio 2 for doing my projects and in[详细]
2023-02-23 22:48 分类:问答Storing .gitignore files for empty directories under Subversion
As mentioned in this question (and in the Git FAQ), you can\'t store empty directories in Git. I have a git-svn clone, and I want to use Git in it to work against my project\'s Subversion repository.[详细]
2023-02-22 16:50 分类:问答Git: File that must be distributed, but ignored / not reuploaded? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: git: can i commit a file and ignore the content changes?[详细]
2023-02-22 16:42 分类:问答.gitignore exclude folder but include specific subfolder
I have the folder application/ which I add to the .gitignore. Inside theapplication/ folder is the folder application/language/gr. How can I incl开发者_开发知识库ude this folder?[详细]
2023-02-21 15:56 分类:问答How do I remove a directory subtree from the staging area?
I made a new repository, and ran git add -A. I then noticed that there was a folder containing about 100 files that shouldn\'t have been included, so I added it to 开发者_Go百科.gitignore.[详细]
2023-02-17 15:24 分类:问答How to track directories but not their files with Git?
I\'ve recently started using Git and am having trouble with just one thing. How can I track directories without tracking their contents?[详细]
2023-02-12 16:55 分类:问答