mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00

For now, just simple path excluding (no glob support). ``` > deno compile --include folder --exclude folder/sub_folder main.ts ```
11 lines
186 B
Text
11 lines
186 B
Text
[WILDCARD]
|
|
|
|
Embedded Files
|
|
|
|
[WILDLINE]
|
|
├─┬ folder ([WILDLINE])
|
|
│ ├── b.txt ([WILDLINE])
|
|
│ └── sub_folder2/* ([WILDLINE])
|
|
└── main.ts ([WILDLINE])
|
|
|
|
[WILDCARD]
|