95 lines
2.1 KiB
Dart
95 lines
2.1 KiB
Dart
|
# Miscellaneous
|
||
|
*.class
|
||
|
*.log
|
||
|
*.pyc
|
||
|
*.swp
|
||
|
.DS_Store
|
||
|
.atom/
|
||
|
.buildlog/
|
||
|
.history
|
||
|
.svn/
|
||
|
|
||
|
# 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/
|
||
|
.dart_tool/
|
||
|
.flutter-plugins
|
||
|
.packages
|
||
|
.pub-cache/
|
||
|
.pub/
|
||
|
/build/
|
||
|
|
||
|
# Android related
|
||
|
**/android/**/gradle-wrapper.jar
|
||
|
**/android/.gradle
|
||
|
**/android/captures/
|
||
|
**/android/gradlew
|
||
|
**/android/gradlew.bat
|
||
|
**/android/local.properties
|
||
|
**/android/**/GeneratedPluginRegistrant.java
|
||
|
|
||
|
# 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.*
|
||
|
|
||
|
# 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
|
||
|
# See https://www.dartlang.org/guides/libraries/private-files
|
||
|
|
||
|
# Files and directories created by pub
|
||
|
.dart_tool/
|
||
|
.packages
|
||
|
build/
|
||
|
# If you're building an application, you may want to check-in your pubspec.lock
|
||
|
pubspec.lock
|
||
|
|
||
|
# Directory created by dartdoc
|
||
|
# If you don't generate documentation locally you can remove this line.
|
||
|
doc/api/
|
||
|
|
||
|
# Avoid committing generated Javascript files:
|
||
|
*.dart.js
|
||
|
*.info.json # Produced by the --dump-info flag.
|
||
|
*.js # When generated by dart2js. Don't specify *.js if your
|
||
|
# project includes source files written in JavaScript.
|
||
|
*.js_
|
||
|
*.js.deps
|
||
|
*.js.map
|