12345678910111213141516171819202122232425262728 |
- # See http://help.github.com/ignore-files/ for more about ignoring files.
- # compiled output
- /*/target/
- # IDEs and editors
- .project
- .classpath
- .c9/
- *.launch
- .settings/
- *.sublime-workspace
- # IDE
- *.iml
- .idea/*
- !.idea/vcs.xml
- !.idea/jsonSchemas.xml
- !.idea/encodings.xml
- !.idea/dictionaries
- !.idea/codeStyles
- # SVN
- .svn/
- #project
- .idea/
- jrebel-classpath-117992.jar
|