.gitignore 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. ### Scala template
  2. *.class
  3. *.log
  4. src/test/resources/data
  5. ### Example user template template
  6. ### Example user template
  7. # IntelliJ project files
  8. .idea
  9. *.iml
  10. out
  11. gen
  12. ### Java template
  13. # Compiled class file
  14. *.class
  15. # Log file
  16. *.log
  17. # BlueJ files
  18. *.ctxt
  19. # Mobile Tools for Java (J2ME)
  20. .mtj.tmp/
  21. # Package Files #
  22. *.jar
  23. *.war
  24. *.nar
  25. *.ear
  26. *.zip
  27. *.tar.gz
  28. *.rar
  29. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  30. hs_err_pid*
  31. ### Python template
  32. # Byte-compiled / optimized / DLL files
  33. __pycache__/
  34. *.py[cod]
  35. *$py.class
  36. # C extensions
  37. *.so
  38. # Distribution / packaging
  39. .Python
  40. build/
  41. develop-eggs/
  42. dist/
  43. downloads/
  44. eggs/
  45. .eggs/
  46. lib/
  47. lib64/
  48. parts/
  49. sdist/
  50. var/
  51. wheels/
  52. share/python-wheels/
  53. *.egg-info/
  54. .installed.cfg
  55. *.egg
  56. MANIFEST
  57. # PyInstaller
  58. # Usually these files are written by a python script from a template
  59. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  60. *.manifest
  61. *.spec
  62. # Installer logs
  63. pip-log.txt
  64. pip-delete-this-directory.txt
  65. # Unit test / coverage reports
  66. htmlcov/
  67. .tox/
  68. .nox/
  69. .coverage
  70. .coverage.*
  71. .cache
  72. nosetests.xml
  73. coverage.xml
  74. *.cover
  75. *.py,cover
  76. .hypothesis/
  77. .pytest_cache/
  78. cover/
  79. # Translations
  80. *.mo
  81. *.pot
  82. # Django stuff:
  83. *.log
  84. local_settings.py
  85. db.sqlite3
  86. db.sqlite3-journal
  87. # Flask stuff:
  88. instance/
  89. .webassets-cache
  90. # Scrapy stuff:
  91. .scrapy
  92. # Sphinx documentation
  93. docs/_build/
  94. # PyBuilder
  95. .pybuilder/
  96. target/
  97. # Jupyter Notebook
  98. .ipynb_checkpoints
  99. # IPython
  100. profile_default/
  101. ipython_config.py
  102. # pyenv
  103. # For a library or package, you might want to ignore these files since the code is
  104. # intended to run in multiple environments; otherwise, check them in:
  105. # .python-version
  106. # pipenv
  107. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  108. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  109. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  110. # install all needed dependencies.
  111. #Pipfile.lock
  112. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  113. __pypackages__/
  114. # Celery stuff
  115. celerybeat-schedule
  116. celerybeat.pid
  117. # SageMath parsed files
  118. *.sage.py
  119. # Environments
  120. .env
  121. .venv
  122. env/
  123. venv/
  124. ENV/
  125. env.bak/
  126. venv.bak/
  127. # Spyder project settings
  128. .spyderproject
  129. .spyproject
  130. # Rope project settings
  131. .ropeproject
  132. # mkdocs documentation
  133. /site
  134. # mypy
  135. .mypy_cache/
  136. .dmypy.json
  137. dmypy.json
  138. # Pyre type checker
  139. .pyre/
  140. # pytype static type analyzer
  141. .pytype/
  142. # Cython debug symbols
  143. cython_debug/
  144. ### JetBrains template
  145. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  146. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  147. # User-specific stuff
  148. .idea/**/workspace.xml
  149. .idea/**/tasks.xml
  150. .idea/**/usage.statistics.xml
  151. .idea/**/dictionaries
  152. .idea/**/shelf
  153. # Generated files
  154. .idea/**/contentModel.xml
  155. # Sensitive or high-churn files
  156. .idea/**/dataSources/
  157. .idea/**/dataSources.ids
  158. .idea/**/dataSources.local.xml
  159. .idea/**/sqlDataSources.xml
  160. .idea/**/dynamic.xml
  161. .idea/**/uiDesigner.xml
  162. .idea/**/dbnavigator.xml
  163. # Gradle
  164. .idea/**/gradle.xml
  165. .idea/**/libraries
  166. # Gradle and Maven with auto-import
  167. # When using Gradle or Maven with auto-import, you should exclude module files,
  168. # since they will be recreated, and may cause churn. Uncomment if using
  169. # auto-import.
  170. # .idea/artifacts
  171. # .idea/compiler.xml
  172. # .idea/jarRepositories.xml
  173. # .idea/modules.xml
  174. # .idea/*.iml
  175. # .idea/modules
  176. # *.iml
  177. # *.ipr
  178. # CMake
  179. cmake-build-*/
  180. # Mongo Explorer plugin
  181. .idea/**/mongoSettings.xml
  182. # File-based project format
  183. *.iws
  184. # IntelliJ
  185. out/
  186. # mpeltonen/sbt-idea plugin
  187. .idea_modules/
  188. # JIRA plugin
  189. atlassian-ide-plugin.xml
  190. # Cursive Clojure plugin
  191. .idea/replstate.xml
  192. # Crashlytics plugin (for Android Studio and IntelliJ)
  193. com_crashlytics_export_strings.xml
  194. crashlytics.properties
  195. crashlytics-build.properties
  196. fabric.properties
  197. # Editor-based Rest Client
  198. .idea/httpRequests
  199. # Android studio 3.1+ serialized cache file
  200. .idea/caches/build_file_checksums.ser
  201. dependency-reduced-pom.xml
  202. /src/main/scala/com/winhc/bigdata/flink/xjk/