.gitignore 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # OSX
  2. #
  3. .DS_Store
  4. # Xcode
  5. #
  6. build/
  7. *.pbxuser
  8. !default.pbxuser
  9. *.mode1v3
  10. !default.mode1v3
  11. *.mode2v3
  12. !default.mode2v3
  13. *.perspectivev3
  14. !default.perspectivev3
  15. xcuserdata
  16. *.xccheckout
  17. *.moved-aside
  18. DerivedData
  19. *.hmap
  20. *.ipa
  21. *.xcuserstate
  22. # Gradle:
  23. .idea/**/gradle.xml
  24. .idea/**/libraries
  25. # Miscellaneous
  26. *.class
  27. # Gradle files
  28. .gradle/
  29. build/
  30. # Android Studio Navigation editor temp files
  31. .navigation/
  32. # Android Studio captures folder
  33. captures/
  34. *.log
  35. *.pyc
  36. *.swp
  37. .DS_Store
  38. .atom/
  39. .buildlog/
  40. .history
  41. .svn/
  42. migrate_working_dir/
  43. # IntelliJ related
  44. *.iml
  45. *.ipr
  46. *.iws
  47. .idea/
  48. # The .vscode folder contains launch configuration and tasks you configure in
  49. # VS Code which you may wish to be included in version control, so this line
  50. # is commented out by default.
  51. #.vscode/
  52. # Flutter/Dart/Pub related
  53. **/doc/api/
  54. **/ios/Flutter/.last_build_id
  55. .dart_tool/
  56. .flutter-plugins
  57. .flutter-plugins-dependencies
  58. .packages
  59. .pub-cache/
  60. .pub/
  61. /build/
  62. /lib/objectbox.g.dart
  63. # Symbolication related
  64. app.*.symbols
  65. # Obfuscation related
  66. app.*.map.json
  67. # Android Studio will place build artifacts here
  68. /android/app/debug
  69. /android/app/profile
  70. /android/app/release
  71. # CocoaPods
  72. /ios/Pods/
  73. ios/DDMWallet/bundle
  74. Podfile.lock
  75. yarn.lock
  76. .vscode