.gitignore 329 B

123456789101112131415161718192021222324252627
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. # compiled output
  3. /target/
  4. # IDEs and editors
  5. .project
  6. .classpath
  7. .c9/
  8. *.launch
  9. .settings/
  10. *.sublime-workspace
  11. # IDE
  12. *.iml
  13. .idea/*
  14. !.idea/vcs.xml
  15. !.idea/jsonSchemas.xml
  16. !.idea/encodings.xml
  17. !.idea/dictionaries
  18. !.idea/codeStyles
  19. # SVN
  20. .svn/
  21. #project