f43312a858
Signed-off-by: TIANHE <TIANHE@GMAIL.COM>
27 lines
428 B
Plaintext
27 lines
428 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw*
|
|
package-lock.json
|
|
|
|
# Pyodide (large offline runtime assets)
|
|
# - Download via `scripts/fetch_pyodide.ps1`
|
|
# - If you want fully offline distribution, remove this ignore and commit the assets.
|
|
/public/assets/pyodide/
|