.gitignore 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. .idea
  2. .idea/
  3. .DS_Store
  4. node_modules/
  5. .project
  6. dist
  7. dist/*
  8. src/config/*.tmp
  9. src/config/env.js
  10. npm-debug.log
  11. # Created by https://www.gitignore.io/api/xcode,git,gradle,intellij,jetbrains,osx,maven,windows,java,node,intellij+iml,macos
  12. ### Git ###
  13. *.orig
  14. ### Intellij ###
  15. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  16. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  17. # User-specific stuff:
  18. .idea/**/workspace.xml
  19. .idea/**/tasks.xml
  20. .idea/dictionaries
  21. # Sensitive or high-churn files:
  22. .idea/**/dataSources/
  23. .idea/**/dataSources.ids
  24. .idea/**/dataSources.xml
  25. .idea/**/dataSources.local.xml
  26. .idea/**/sqlDataSources.xml
  27. .idea/**/dynamic.xml
  28. .idea/**/uiDesigner.xml
  29. # Gradle:
  30. .idea/**/gradle.xml
  31. .idea/**/libraries
  32. # CMake
  33. cmake-build-debug/
  34. # Mongo Explorer plugin:
  35. .idea/**/mongoSettings.xml
  36. ## File-based project format:
  37. *.iws
  38. ## Plugin-specific files:
  39. # IntelliJ
  40. /out/
  41. # mpeltonen/sbt-idea plugin
  42. .idea_modules/
  43. # JIRA plugin
  44. atlassian-ide-plugin.xml
  45. # Cursive Clojure plugin
  46. .idea/replstate.xml
  47. # Crashlytics plugin (for Android Studio and IntelliJ)
  48. com_crashlytics_export_strings.xml
  49. crashlytics.properties
  50. crashlytics-build.properties
  51. fabric.properties
  52. ### Intellij Patch ###
  53. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  54. # *.iml
  55. # modules.xml
  56. # .idea/misc.xml
  57. # *.ipr
  58. # Sonarlint plugin
  59. .idea/sonarlint
  60. ### Intellij+iml ###
  61. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  62. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  63. # User-specific stuff:
  64. # Sensitive or high-churn files:
  65. # Gradle:
  66. # CMake
  67. # Mongo Explorer plugin:
  68. ## File-based project format:
  69. ## Plugin-specific files:
  70. # IntelliJ
  71. # mpeltonen/sbt-idea plugin
  72. # JIRA plugin
  73. # Cursive Clojure plugin
  74. # Crashlytics plugin (for Android Studio and IntelliJ)
  75. ### Intellij+iml Patch ###
  76. # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
  77. *.iml
  78. modules.xml
  79. .idea/misc.xml
  80. *.ipr
  81. .idea
  82. .idea/
  83. ### Java ###
  84. # Compiled class file
  85. *.class
  86. # Log file
  87. *.log
  88. # BlueJ files
  89. *.ctxt
  90. # Mobile Tools for Java (J2ME)
  91. .mtj.tmp/
  92. # Package Files #
  93. *.jar
  94. *.war
  95. *.ear
  96. *.zip
  97. *.tar.gz
  98. *.rar
  99. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  100. hs_err_pid*
  101. ### JetBrains ###
  102. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  103. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  104. # User-specific stuff:
  105. # Sensitive or high-churn files:
  106. # Gradle:
  107. # CMake
  108. # Mongo Explorer plugin:
  109. ## File-based project format:
  110. ## Plugin-specific files:
  111. # IntelliJ
  112. # mpeltonen/sbt-idea plugin
  113. # JIRA plugin
  114. # Cursive Clojure plugin
  115. # Crashlytics plugin (for Android Studio and IntelliJ)
  116. ### JetBrains Patch ###
  117. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  118. # *.iml
  119. # modules.xml
  120. # .idea/misc.xml
  121. # *.ipr
  122. # Sonarlint plugin
  123. ### macOS ###
  124. *.DS_Store
  125. .AppleDouble
  126. .LSOverride
  127. # Icon must end with two \r
  128. Icon
  129. # Thumbnails
  130. ._*
  131. # Files that might appear in the root of a volume
  132. .DocumentRevisions-V100
  133. .fseventsd
  134. .Spotlight-V100
  135. .TemporaryItems
  136. .Trashes
  137. .VolumeIcon.icns
  138. .com.apple.timemachine.donotpresent
  139. # Directories potentially created on remote AFP share
  140. .AppleDB
  141. .AppleDesktop
  142. Network Trash Folder
  143. Temporary Items
  144. .apdisk
  145. ### Maven ###
  146. target/
  147. pom.xml.tag
  148. pom.xml.releaseBackup
  149. pom.xml.versionsBackup
  150. pom.xml.next
  151. release.properties
  152. dependency-reduced-pom.xml
  153. buildNumber.properties
  154. .mvn/timing.properties
  155. # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
  156. !/.mvn/wrapper/maven-wrapper.jar
  157. ### Node ###
  158. # Logs
  159. logs
  160. npm-debug.log*
  161. yarn-debug.log*
  162. yarn-error.log*
  163. # Runtime data
  164. pids
  165. *.pid
  166. *.seed
  167. *.pid.lock
  168. # Directory for instrumented libs generated by jscoverage/JSCover
  169. lib-cov
  170. # Coverage directory used by tools like istanbul
  171. coverage
  172. # nyc test coverage
  173. .nyc_output
  174. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  175. .grunt
  176. # Bower dependency directory (https://bower.io/)
  177. bower_components
  178. # node-waf configuration
  179. .lock-wscript
  180. # Compiled binary addons (http://nodejs.org/api/addons.html)
  181. build/Release
  182. # Dependency directories
  183. node_modules/
  184. jspm_packages/
  185. # Typescript v1 declaration files
  186. typings/
  187. # Optional npm cache directory
  188. .npm
  189. # Optional eslint cache
  190. .eslintcache
  191. # Optional REPL history
  192. .node_repl_history
  193. # Output of 'npm pack'
  194. *.tgz
  195. # Yarn Integrity file
  196. .yarn-integrity
  197. # dotenv environment variables file
  198. .env
  199. ### OSX ###
  200. # Icon must end with two \r
  201. # Thumbnails
  202. # Files that might appear in the root of a volume
  203. # Directories potentially created on remote AFP share
  204. ### Windows ###
  205. # Windows thumbnail cache files
  206. Thumbs.db
  207. ehthumbs.db
  208. ehthumbs_vista.db
  209. # Folder config file
  210. Desktop.ini
  211. # Recycle Bin used on file shares
  212. $RECYCLE.BIN/
  213. # Windows Installer files
  214. *.cab
  215. *.msi
  216. *.msm
  217. *.msp
  218. # Windows shortcuts
  219. *.lnk
  220. ### Xcode ###
  221. # Xcode
  222. #
  223. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  224. ## Build generated
  225. build/
  226. DerivedData/
  227. ## Various settings
  228. *.pbxuser
  229. !default.pbxuser
  230. *.mode1v3
  231. !default.mode1v3
  232. *.mode2v3
  233. !default.mode2v3
  234. *.perspectivev3
  235. !default.perspectivev3
  236. xcuserdata/
  237. ## Other
  238. *.moved-aside
  239. *.xccheckout
  240. *.xcscmblueprint
  241. ### Xcode Patch ###
  242. *.xcodeproj/*
  243. !*.xcodeproj/project.pbxproj
  244. !*.xcodeproj/xcshareddata/
  245. !*.xcworkspace/contents.xcworkspacedata
  246. /*.gcno
  247. ### Gradle ###
  248. .gradle
  249. /build/
  250. # Ignore Gradle GUI config
  251. gradle-app.setting
  252. # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
  253. !gradle-wrapper.jar
  254. # Cache of project
  255. .gradletasknamecache
  256. # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
  257. # gradle/wrapper/gradle-wrapper.properties
  258. # End of https://www.gitignore.io/api/xcode,git,gradle,intellij,jetbrains,osx,maven,windows,java,node,intellij+iml,macos
  259. target/
  260. !.mvn/wrapper/maven-wrapper.jar
  261. ### STS ###
  262. .apt_generated
  263. .classpath
  264. .factorypath
  265. .project
  266. .settings
  267. .springBeans
  268. ### IntelliJ IDEA ###
  269. .idea
  270. *.iws
  271. *.iml
  272. *.ipr
  273. ### NetBeans ###
  274. nbproject/private/
  275. build/
  276. nbbuild/
  277. dist/
  278. nbdist/
  279. .nb-gradle/
  280. node_modules/
  281. .project
  282. dist
  283. dist/*
  284. src/config/*.tmp
  285. src/config/env.js
  286. npm-debug.log
  287. _book/**
  288. *.pdb
  289. t-oa-docs/doc/_book/**
  290. t-oa/media/**
  291. /media
  292. *.csv