120 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			120 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
| # Miscellaneous
 | |
| *.class
 | |
| *.log
 | |
| *.pyc
 | |
| *.swp
 | |
| .DS_Store
 | |
| .atom/
 | |
| .buildlog/
 | |
| .history
 | |
| .svn/
 | |
| .vscode
 | |
| .gradle
 | |
| .idea
 | |
| /local.properties
 | |
| .DS_Store
 | |
| /build
 | |
| .metadata
 | |
| ios/Flutter/flutter_export_environment.sh
 | |
| 
 | |
| **/.settings
 | |
| **/.project
 | |
| **/.classpath
 | |
| 
 | |
| 
 | |
| # build id
 | |
| build_id.properties
 | |
| 
 | |
| # IntelliJ related
 | |
| 
 | |
| *.ipr
 | |
| *.iws
 | |
| .idea/
 | |
| 
 | |
| # Visual Studio Code related
 | |
| .vscode/
 | |
| 
 | |
| # Flutter/Dart/Pub related
 | |
| **/doc/api/
 | |
| .dart_tool/
 | |
| .flutter-plugins
 | |
| .packages
 | |
| .pub-cache/
 | |
| .pub/
 | |
| /build/
 | |
| flutter_*
 | |
| .flutter-plugins-dependencies
 | |
| 
 | |
| # goCli related
 | |
| go-cli/.packages
 | |
| go-cli/pubspec.lock
 | |
| 
 | |
| # Android related
 | |
| **/android/**/gradle-wrapper.jar
 | |
| **/android/.gradle
 | |
| **/android/captures/
 | |
| **/android/local.properties
 | |
| **/android/**/GeneratedPluginRegistrant.java
 | |
| **/android/gradlew
 | |
| **/android/gradlew.bat
 | |
| **/android/fastlane/report.xml
 | |
| **/android/fastlane/README.md
 | |
| 
 | |
| # iOS/XCode related
 | |
| **/ios/**/*.mode1v3
 | |
| **/ios/**/*.mode2v3
 | |
| **/ios/**/*.moved-aside
 | |
| **/ios/**/*.pbxuser
 | |
| **/ios/**/*.perspectivev3
 | |
| **/ios/**/*sync/
 | |
| **/ios/**/.sconsign.dblite
 | |
| **/ios/**/.tags*
 | |
| **/ios/**/.vagrant/
 | |
| **/ios/**/DerivedData/
 | |
| **/ios/**/Icon?
 | |
| **/ios/**/Pods/
 | |
| **/ios/**/.symlinks/
 | |
| **/ios/**/profile
 | |
| **/ios/**/xcuserdata
 | |
| **/ios/.generated/
 | |
| **/ios/Flutter/App.framework
 | |
| **/ios/Flutter/Flutter.framework
 | |
| **/ios/Flutter/Generated.xcconfig
 | |
| **/ios/Flutter/app.flx
 | |
| **/ios/Flutter/app.zip
 | |
| **/ios/Flutter/flutter_assets/
 | |
| **/ios/Flutter/flutter_export_environment.sh
 | |
| **/ios/ServiceDefinitions.json
 | |
| **/ios/Runner/GeneratedPluginRegistrant.*
 | |
| **/ios/build/*
 | |
| **/ios/fastlane/README.md
 | |
| **/ios/fastlane/report.xml
 | |
| 
 | |
| # Exceptions to above rules.
 | |
| !**/ios/**/default.mode1v3
 | |
| !**/ios/**/default.mode2v3
 | |
| !**/ios/**/default.pbxuser
 | |
| !**/ios/**/default.perspectivev3
 | |
| !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
 | |
| 
 | |
| # Crashlytics
 | |
| debugSymbols/
 | |
| 
 | |
| # IntelliJ related
 | |
| *.iml
 | |
| *.ipr
 | |
| *.iws
 | |
| .idea/
 | |
| 
 | |
| # i18n
 | |
| **/android/res/values/strings_en.arb
 | |
| lib/generated/i18n.dart
 | |
| 
 | |
| # output
 | |
| output/ios/adhok/*
 | |
| output/ios/appstore/*
 | |
| ios/fastlane/report.xml
 | |
| android/fastlane/report.xml
 | |
| 
 | |
| **/android/fastlane/metadata/android/**/images/**
 | |
| **/ios/fastlane/screenshots/** |