The official support page should answer your question.
So in your .gitignore
you might ignore the files ending with .iws
, and the workspace.xml
and tasks.xml
files.
Related Posts:
- Ignoring directories in Git repositories on Windows
- Gitignore not working
- Gitignore not working
- How can I make Git “forget” about a file that was tracked, but is now in .gitignore?
- What are the differences between .gitignore and .gitkeep?
- .gitignore and “The following untracked working tree files would be overwritten by checkout”
- How to create a .gitignore file
- .gitignore and “The following untracked working tree files would be overwritten by checkout”
- git: How to ignore all present untracked files?
- Why is .gitignore not ignoring my files?
- Sourcetree adding files in global .gitignore, not in repository .gitignore
- How do I delete a Git branch locally and remotely?
- What is git tag, How to create tags & How to checkout git remote tag(s)
- Difference between “git add -A” and “git add .”
- Git: Message ‘src refspec master does not match any’ when pushing commits in Git
- What is the best (and safest) way to merge a Git branch into master?
- How can I switch to another branch in git?
- Squash my last X commits together using Git
- How to apply a patch generated with git format-patch?
- Abort a Git Merge
- GitHub: Permission denied (publickey). fatal: Could not read from remote repository
- How to delete a remote tag?
- Updates were rejected because the tip of your current branch is behind its remote counterpart
- Updates were rejected because the tip of your current branch is behind its remote counterpart
- git stash apply version
- What does “Changes not staged for commit” mean
- git: fatal: Could not read from remote repository
- How do I update Homebrew?
- Git error when trying to push — pre-receive hook declined
- How can I merge multiple commits onto another branch as a single squashed commit?
- Could not open a connection to your authentication agent
- How to get just one file from another branch?
- git checkout a single file from another branch and put in different folder
- Update Git branches from master
- Stash only one file out of multiple files that have changed with Git?
- How to find my GitHub username so that I can be found via the URL?
- Create a branch in Git from another branch
- Create Git branch with current changes
- github website publish cannot publish unborn HEAD
- What is HEAD in Git?
- What are the differences between git remote prune, git prune, git fetch –prune, etc
- How to get the current branch name in Git?
- How can I git stash a specific file?
- How to name and retrieve a stash by name in git?
- GitHub: invalid username or password
- Why do I have to “git push –set-upstream origin
“? - Stash just a single file
- Stash just a single file
- Git – Ignore node_modules folder everywhere
- How to undo ‘git reset’?
- fatal: Not a valid object name: ‘master’
- Git and nasty “error: cannot lock existing info/refs fatal”
- How do I delete a local repository in git?
- Clone A Private Repository (Github)
- Throw away local commits in Git
- Hard reset of a single file
- How to remove remote origin from a Git repository
- Is there a “theirs” version of “git merge -s ours”?
- How do I copy a version of a single file from one Git branch to another?
- How can I Remove .DS_Store files from a Git repository?
- Git: cannot checkout branch – error: pathspec ‘…’ did not match any file(s) known to git
- Heroku: How to change a Git remote on Heroku
- Invalid VCS root mapping – 3 errors on my project
- Updates were rejected because the remote contains work that you do not have locally
- Undoing a ‘git push’
- What is the difference between pull and clone in git?
- How do I clone a single branch in Git?
- how to reset develop branch to master
- “fatal: HttpRequestException encountered.” Error with GitHub/Bitbucket Repositories due to dropping TLS-1.0 support
- Git’s local repository and remote repository — confusing concepts
- How do I set up Eclipse/EGit with GitHub?
- Repository size limits for GitHub.com
- How do I push a local Git branch to master branch in the remote?
- How to clone git repository with specific revision/changeset?
- git push origin master does not work
- How to permanently remove few commits from remote branch
- Found a swap file by the name
- Git clone verbose output?
- Could not create work tree dir ‘example.com’.: Permission denied
- How to answer the git prompt in npm init for a local repo
- Add all files to a commit except a single file?
- failed to push some refs to [email protected]
- How to update Git clone
- Git says “Automatic merge failed”, what does it mean?
- git pull remote branch cannot find remote ref
- How to configure git bash command line completion?
- How do I change the default location for Git Bash on Windows?
- How to stop tracking and ignore changes to a file in Git?
- Does running git init twice initialize a repository or reinitialize an existing repo?
- Eclipse EGit Checkout conflict with files: – EGit doesn’t want to continue
- Git Push Error: insufficient permission for adding an object to repository database
- WordPress with Git
- WordPress Git Workflow Help
- WordPress and Git – What folders should I track?
- Multiple copies of the same website: how to organize code/architecture?
- Pull latest stable release via git [closed]
- Why do the Roots theme CSS files not load (404)?
- Painless way to track remote Git repo for WordPress updates
- WordPress on git – need help with configuration
- What’s is the best stack for cPanel continuous deployment?