Skip to content

Commit eaf46f6

Browse files
committed
add skip-worktree instructions
1 parent 3b968c9 commit eaf46f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/playground/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
You may use this package to experiment with your changes to Svelte.
2+
3+
To prevent any changes you make from being committed, run `git update-index --skip-worktree ./**/*.*` in this directory.
4+
5+
If you would actually like to make some changes to the files here for everyone then run `git update-index --no-skip-worktree ./**/*.*` before committing.

0 commit comments

Comments
 (0)