Created
August 8, 2014 02:36
-
-
Save hashrock/37101cf2089c5b840341 to your computer and use it in GitHub Desktop.
gitignore for webstorm
This file contains hidden or 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
## Directory-based project format | |
.idea/workspace.xml | |
.idea/tasks.xml | |
# and these sensitive or high-churn files: | |
.idea/dataSources.ids | |
.idea/dataSources.xml | |
.idea/sqlDataSources.xml | |
.idea/dynamic.xml | |
## File-based project format | |
*.ipr | |
*.iml | |
*.iws |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment