| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- # OSX
- #
- .DS_Store
- # Xcode
- #
- build/
- *.pbxuser
- !default.pbxuser
- *.mode1v3
- !default.mode1v3
- *.mode2v3
- !default.mode2v3
- *.perspectivev3
- !default.perspectivev3
- xcuserdata
- *.xccheckout
- *.moved-aside
- DerivedData
- *.hmap
- *.ipa
- *.xcuserstate
- # Gradle:
- .idea/**/gradle.xml
- .idea/**/libraries
- # Miscellaneous
- *.class
- # Gradle files
- .gradle/
- build/
- # Android Studio Navigation editor temp files
- .navigation/
- # Android Studio captures folder
- captures/
- *.log
- *.pyc
- *.swp
- .DS_Store
- .atom/
- .buildlog/
- .history
- .svn/
- migrate_working_dir/
- # IntelliJ related
- *.iml
- *.ipr
- *.iws
- .idea/
- # The .vscode folder contains launch configuration and tasks you configure in
- # VS Code which you may wish to be included in version control, so this line
- # is commented out by default.
- #.vscode/
- # Flutter/Dart/Pub related
- **/doc/api/
- **/ios/Flutter/.last_build_id
- .dart_tool/
- .flutter-plugins
- .flutter-plugins-dependencies
- .packages
- .pub-cache/
- .pub/
- /build/
- /lib/objectbox.g.dart
- # Symbolication related
- app.*.symbols
- # Obfuscation related
- app.*.map.json
- # Android Studio will place build artifacts here
- /android/app/debug
- /android/app/profile
- /android/app/release
- # CocoaPods
- /ios/Pods/
- ios/DDMWallet/bundle
- Podfile.lock
- yarn.lock
- .vscode
|