134 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			134 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Miscellaneous
 | |
| *.class
 | |
| *.lock
 | |
| *.log
 | |
| *.pyc
 | |
| *.swp
 | |
| .DS_Store
 | |
| .atom/
 | |
| .buildlog/
 | |
| .history
 | |
| .svn/
 | |
| 
 | |
| # IntelliJ related
 | |
| *.iml
 | |
| *.ipr
 | |
| *.iws
 | |
| .idea/*
 | |
| 
 | |
| # Visual Studio Code related
 | |
| .classpath
 | |
| .project
 | |
| .settings/
 | |
| .vscode/*
 | |
| !.vscode/settings.json
 | |
| !.vscode/extensions.json
 | |
| 
 | |
| # Flutter repo-specific
 | |
| /bin/cache/
 | |
| /bin/mingit/
 | |
| /dev/benchmarks/mega_gallery/
 | |
| /dev/bots/.recipe_deps
 | |
| /dev/bots/android_tools/
 | |
| /dev/docs/doc/
 | |
| /dev/docs/flutter.docs.zip
 | |
| /dev/docs/lib/
 | |
| /dev/docs/pubspec.yaml
 | |
| /dev/integration_tests/**/xcuserdata
 | |
| /dev/integration_tests/**/Pods
 | |
| /packages/flutter/coverage/
 | |
| version
 | |
| 
 | |
| # packages file containing multi-root paths
 | |
| .packages.generated
 | |
| 
 | |
| # Flutter/Dart/Pub related
 | |
| **/doc/api/
 | |
| **/ios/Flutter/.last_build_id
 | |
| .dart_tool/
 | |
| .flutter-plugins
 | |
| .flutter-plugins-dependencies
 | |
| .packages
 | |
| .pub-cache/
 | |
| .pub/
 | |
| build/
 | |
| flutter_*.png
 | |
| linked_*.ds
 | |
| unlinked.ds
 | |
| unlinked_spec.ds
 | |
| .fvm/
 | |
| 
 | |
| # Android related
 | |
| **/android/**/gradle-wrapper.jar
 | |
| **/android/.gradle
 | |
| **/android/captures/
 | |
| **/android/gradlew
 | |
| **/android/gradlew.bat
 | |
| **/android/local.properties
 | |
| **/android/**/GeneratedPluginRegistrant.java
 | |
| **/android/key.properties
 | |
| **/android/.idea/
 | |
| *.jks
 | |
| 
 | |
| # 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/Flutter.podspec
 | |
| **/ios/Flutter/Generated.xcconfig
 | |
| **/ios/Flutter/app.flx
 | |
| **/ios/Flutter/app.zip
 | |
| **/ios/Flutter/.last_build_id
 | |
| **/ios/Flutter/flutter_assets/
 | |
| **/ios/Flutter/flutter_export_environment.sh
 | |
| **/ios/ServiceDefinitions.json
 | |
| **/ios/Runner/GeneratedPluginRegistrant.*
 | |
| 
 | |
| # Coverage
 | |
| coverage/
 | |
| 
 | |
| # Submodules
 | |
| !pubspec.lock
 | |
| packages/**/pubspec.lock
 | |
| 
 | |
| # Web related
 | |
| lib/generated_plugin_registrant.dart
 | |
| 
 | |
| # Symbolication related
 | |
| app.*.symbols
 | |
| 
 | |
| # Obfuscation related
 | |
| app.*.map.json
 | |
| 
 | |
| # Exceptions to the above rules.
 | |
| !**/ios/**/default.mode1v3
 | |
| !**/ios/**/default.mode2v3
 | |
| !**/ios/**/default.pbxuser
 | |
| !**/ios/**/default.perspectivev3
 | |
| !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
 | |
| !/dev/ci/**/Gemfile.lock
 | |
| !.vscode/extensions.json
 | |
| !.vscode/launch.json
 | |
| !.idea/codeStyles/
 | |
| !.idea/dictionaries/
 | |
| !.idea/runConfigurations/
 | |
| 
 | |
| # Omit committing pubspec.lock for library packages; see
 | |
| # https://dart.dev/guides/libraries/private-files#pubspeclock.
 | |
| pubspec.lock
 |