Created
October 31, 2013 09:35
-
-
Save lzhoucs/9f55d43ed9d5afd6dd6c to your computer and use it in GitHub Desktop.
git ignore file
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
# intellij project files # | |
########################## | |
.idea/ | |
*.iml | |
# eclipse project files # | |
######################### | |
.classpath | |
.project | |
.settings/ | |
# build file # | |
############## | |
target/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment