.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin/
  4. bin-debug/
  5. bin-release/
  6. # Other files and folders
  7. .settings/
  8. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  9. # should NOT be excluded as they contain compiler settings and other important
  10. # information for Eclipse / Flash Builder.
  11. # ---> Gradle
  12. .gradle
  13. build/
  14. # Ignore Gradle GUI config
  15. gradle-app.setting
  16. # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
  17. !gradle-wrapper.jar
  18. # ---> Node
  19. # Logs
  20. logs
  21. *.log
  22. npm-debug.log*
  23. # Runtime data
  24. pids
  25. *.pid
  26. *.seed
  27. # Directory for instrumented libs generated by jscoverage/JSCover
  28. lib-cov
  29. # Coverage directory used by tools like istanbul
  30. coverage
  31. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  32. .grunt
  33. # node-waf configuration
  34. .lock-wscript
  35. # Compiled binary addons (http://nodejs.org/api/addons.html)
  36. build/Release
  37. # Dependency directory
  38. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  39. node_modules
  40. # ---> Vim
  41. [._]*.s[a-w][a-z]
  42. [._]s[a-w][a-z]
  43. *.un~
  44. Session.vim
  45. .netrwhist
  46. *~
  47. # ---> Xcode
  48. # Xcode
  49. #
  50. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  51. ## Build generated
  52. build/
  53. DerivedData
  54. ## Various settings
  55. *.pbxuser
  56. !default.pbxuser
  57. *.mode1v3
  58. !default.mode1v3
  59. *.mode2v3
  60. !default.mode2v3
  61. *.perspectivev3
  62. !default.perspectivev3
  63. xcuserdata
  64. ## Other
  65. *.xccheckout
  66. *.moved-aside
  67. *.xcuserstate
  68. # ---> macOS
  69. .DS_Store
  70. .AppleDouble
  71. .LSOverride
  72. # Icon must end with two \r
  73. Icon
  74. # Thumbnails
  75. ._*
  76. # Files that might appear in the root of a volume
  77. .DocumentRevisions-V100
  78. .fseventsd
  79. .Spotlight-V100
  80. .TemporaryItems
  81. .Trashes
  82. .VolumeIcon.icns
  83. # Directories potentially created on remote AFP share
  84. .AppleDB
  85. .AppleDesktop
  86. Network Trash Folder
  87. Temporary Items
  88. .apdisk