Skip to content

Instantly share code, notes, and snippets.

@mrcljx
Created July 24, 2013 10:47
Show Gist options
  • Save mrcljx/6069591 to your computer and use it in GitHub Desktop.
Save mrcljx/6069591 to your computer and use it in GitHub Desktop.
Gitignores for IDEA based on http://devnet.jetbrains.com/docs/DOC-1186. Either use `root.gitignore` (if you have git version 1.8.2) or use `subfolder.gitignore` and place it in your .idea folder.
.idea/**/*.iws
.idea/workspace.xml
.idea/tasks.xml
*.iws
/workspace.xml
/tasks.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment