.gitignore 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # ---> Dart
  2. # Don’t commit the following directories created by pub.
  3. .buildlog
  4. .pub/
  5. build/
  6. packages
  7. .packages
  8. # Or the files created by dart2js.
  9. *.dart.js
  10. *.js_
  11. *.js.deps
  12. *.js.map
  13. # Include when developing application packages.
  14. pubspec.lock
  15. # ---> macOS
  16. .DS_Store
  17. .AppleDouble
  18. .LSOverride
  19. # Icon must end with two \r
  20. Icon
  21. # Thumbnails
  22. ._*
  23. # Files that might appear in the root of a volume
  24. .DocumentRevisions-V100
  25. .fseventsd
  26. .Spotlight-V100
  27. .TemporaryItems
  28. .Trashes
  29. .VolumeIcon.icns
  30. # Directories potentially created on remote AFP share
  31. .AppleDB
  32. .AppleDesktop
  33. Network Trash Folder
  34. Temporary Items
  35. .apdisk
  36. # ---> Windows
  37. # Windows image file caches
  38. Thumbs.db
  39. ehthumbs.db
  40. # Folder config file
  41. Desktop.ini
  42. # Recycle Bin used on file shares
  43. $RECYCLE.BIN/
  44. # Windows Installer files
  45. *.cab
  46. *.msi
  47. *.msm
  48. *.msp
  49. # Windows shortcuts
  50. *.lnk
  51. # ---> Xcode
  52. # Xcode
  53. #
  54. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  55. ## Build generated
  56. build/
  57. DerivedData
  58. ## Various settings
  59. *.pbxuser
  60. !default.pbxuser
  61. *.mode1v3
  62. !default.mode1v3
  63. *.mode2v3
  64. !default.mode2v3
  65. *.perspectivev3
  66. !default.perspectivev3
  67. xcuserdata
  68. ## Other
  69. *.xccheckout
  70. *.moved-aside
  71. *.xcuserstate