Created
July 24, 2013 10:47
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.idea/**/*.iws | |
.idea/workspace.xml | |
.idea/tasks.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.iws | |
/workspace.xml | |
/tasks.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment