mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
There's no reason for us to have our own dart-pub-cache in the source tree. We can just use the default one on the system.
79 lines
1.6 KiB
Plaintext
79 lines
1.6 KiB
Plaintext
# commonly generated files
|
|
*.pyc
|
|
*~
|
|
.*.sw?
|
|
.DS_Store
|
|
.classpath
|
|
.cproject
|
|
.gdb_history
|
|
.checkstyle
|
|
.gdbinit
|
|
.landmines
|
|
.packages
|
|
.project
|
|
.pub
|
|
.pydevproject
|
|
cscope.*
|
|
Session.vim
|
|
tags
|
|
Thumbs.db
|
|
/build/util/LASTCHANGE*
|
|
.idea
|
|
|
|
# directories pulled in via deps or hooks
|
|
/build/linux/bin/eu-strip
|
|
/buildtools/
|
|
/dart/
|
|
/mojo/devtools/
|
|
/mojo/public/
|
|
/native_client/
|
|
/out/
|
|
/out_*/
|
|
/sdch/open-vcdiff/
|
|
/testing/gmock/
|
|
/testing/gtest/
|
|
/third_party/android_tools/
|
|
/third_party/angle/
|
|
/third_party/appurify-python/
|
|
/third_party/boringssl/src/
|
|
/third_party/brotli/src/
|
|
/third_party/colorama/src/
|
|
/third_party/dart-sdk/
|
|
/third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf
|
|
/third_party/freetype-android/src
|
|
/third_party/go/tool/
|
|
/third_party/icu/
|
|
/third_party/jsr-305/src/
|
|
/third_party/libc++/trunk/
|
|
/third_party/libc++abi/trunk/
|
|
/third_party/libjpeg_turbo/
|
|
/third_party/llvm/
|
|
/third_party/llvm-build/
|
|
/third_party/junit/src/
|
|
/third_party/mesa/src/
|
|
/third_party/mockito/src/
|
|
/third_party/pdfium/
|
|
/third_party/pywebsocket/src/
|
|
/third_party/requests/src/
|
|
/third_party/robolectric/lib/
|
|
/third_party/skia/
|
|
/third_party/smhasher/src/
|
|
/third_party/yasm/binaries/
|
|
/third_party/yasm/source/patched-yasm/
|
|
/tools/grit/
|
|
|
|
# dart packages directories and related.
|
|
/examples/**/packages
|
|
/examples/**/pubspec.lock
|
|
/mojo/common/dart/packages
|
|
/mojo/dart/apptest/packages
|
|
/mojo/dart/http_load_test/bin/packages
|
|
/mojo/dart/http_load_test/packages/
|
|
/mojo/dart/mojo_services/packages
|
|
/mojo/dart/mojo_services/pubspec.lock
|
|
/mojo/dart/mojom/bin/packages
|
|
/mojo/dart/mojom/packages
|
|
/mojo/dart/mojom/test/packages
|
|
/sky/packages/**/packages
|
|
/sky/packages/sky_services/lib/
|