Skip to content

Commit

Permalink
Remove or replace usages of symlinks to site-shared (#10204)
Browse files Browse the repository at this point in the history
Fixes #6443

Contributes to #10203
  • Loading branch information
parlough authored Feb 27, 2024
1 parent 86cc313 commit 7e3d7a6
Show file tree
Hide file tree
Showing 74 changed files with 1,657 additions and 1,519 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _site
*.swp
build
node_modules
flutter/
./flutter/

# Dart and Flutter, build related
.dart_tool
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ _choose one_ of the following submodule-cloning techniques:
with the generated `_site` directory visible locally.

1. View your changes in the browser by navigating to `http://localhost:4002`.
> **Note:** Unless you're editing files under `site-shared`,
> you can safely ignore
> **Note:**
> You can safely ignore
> `ERROR: directory is already being watched` messages.
> For details, see [#1363](https://github.com/flutter/website/issues/1363).

Expand Down
7 changes: 7 additions & 0 deletions examples/testing/code_debugging/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

*/**/android
*/**/ios
*/**/web
*/**/linux
*/**/macos
*/**/windows
7 changes: 0 additions & 7 deletions examples/testing/code_debugging/macos/.gitignore

This file was deleted.

43 changes: 0 additions & 43 deletions examples/testing/code_debugging/macos/Podfile

This file was deleted.

16 changes: 0 additions & 16 deletions examples/testing/code_debugging/macos/Podfile.lock

This file was deleted.

Loading

0 comments on commit 7e3d7a6

Please sign in to comment.