.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. # ---> JDeveloper
  2. # default application storage directory used by the IDE Performance Cache feature
  3. .data/
  4. # used for ADF styles caching
  5. temp/
  6. # default output directories
  7. classes/
  8. deploy/
  9. javadoc/
  10. # lock file, a part of Oracle Credential Store Framework
  11. cwallet.sso.lck
  12. # ---> Eclipse
  13. *.pydevproject
  14. .metadata
  15. .gradle
  16. bin/
  17. tmp/
  18. *.tmp
  19. *.bak
  20. *.swp
  21. *~.nib
  22. local.properties
  23. .settings/
  24. .loadpath
  25. # Eclipse Core
  26. .project
  27. # External tool builders
  28. .externalToolBuilders/
  29. # Locally stored "Eclipse launch configurations"
  30. *.launch
  31. # CDT-specific
  32. .cproject
  33. # JDT-specific (Eclipse Java Development Tools)
  34. .classpath
  35. # Java annotation processor (APT)
  36. .factorypath
  37. # PDT-specific
  38. .buildpath
  39. # sbteclipse plugin
  40. .target
  41. # TeXlipse plugin
  42. .texlipse
  43. # ---> JetBrains
  44. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  45. *.iml
  46. ## Directory-based project format:
  47. .idea/
  48. # if you remove the above rule, at least ignore the following:
  49. # User-specific stuff:
  50. # .idea/workspace.xml
  51. # .idea/tasks.xml
  52. # .idea/dictionaries
  53. # Sensitive or high-churn files:
  54. # .idea/dataSources.ids
  55. # .idea/dataSources.xml
  56. # .idea/sqlDataSources.xml
  57. # .idea/dynamic.xml
  58. # .idea/uiDesigner.xml
  59. # Gradle:
  60. # .idea/gradle.xml
  61. # .idea/libraries
  62. # Mongo Explorer plugin:
  63. # .idea/mongoSettings.xml
  64. ## File-based project format:
  65. *.ipr
  66. *.iws
  67. ## Plugin-specific files:
  68. # IntelliJ
  69. /out/
  70. # mpeltonen/sbt-idea plugin
  71. .idea_modules/
  72. # JIRA plugin
  73. atlassian-ide-plugin.xml
  74. # Crashlytics plugin (for Android Studio and IntelliJ)
  75. com_crashlytics_export_strings.xml
  76. crashlytics.properties
  77. crashlytics-build.properties