123456789101112131415161718192021222324252627 |
- # 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
|