.gitignore 815 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <<<<<<< HEAD
  2. HELP.md
  3. target/
  4. !.mvn/wrapper/maven-wrapper.jar
  5. !**/src/main/**/target/
  6. !**/src/test/**/target/
  7. ### STS ###
  8. .apt_generated
  9. .classpath
  10. .factorypath
  11. .project
  12. .settings
  13. .springBeans
  14. .sts4-cache
  15. ### IntelliJ IDEA ###
  16. .idea
  17. *.iws
  18. *.iml
  19. *.ipr
  20. ### NetBeans ###
  21. /nbproject/private/
  22. /nbbuild/
  23. /dist/
  24. /nbdist/
  25. /.nb-gradle/
  26. build/
  27. !**/src/main/**/build/
  28. !**/src/test/**/build/
  29. ### VS Code ###
  30. .vscode/
  31. =======
  32. # Build and Release Folders
  33. bin-debug/
  34. bin-release/
  35. [Oo]bj/
  36. [Bb]in/
  37. # Other files and folders
  38. .settings/
  39. # Executables
  40. *.swf
  41. *.air
  42. *.ipa
  43. *.apk
  44. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  45. # should NOT be excluded as they contain compiler settings and other important
  46. # information for Eclipse / Flash Builder.
  47. >>>>>>> 4c9d54f64bc6dd1b25f7937da3f6fefac31becac