19 lines
133 B
Text
19 lines
133 B
Text
/*
|
|
|
|
# makefile
|
|
!/makefile
|
|
|
|
# config
|
|
!/.gitignore
|
|
!/deno.json
|
|
!/import_map.json
|
|
|
|
!/core
|
|
/core/*
|
|
!/ren
|
|
/ren/*
|
|
!/par
|
|
/par/*
|
|
|
|
!/**/*.ts
|
|
|