mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-06 05:00:29 -06:00
* ci: init e2e test for browser env stash changes * test: update fsentry definition, add tests stash changes * test: pass puter-js mkdir test * test: add test for puter-js move * tidy code * tidy code * doc: add docs for playwright test * recover memoryfs * test: puter-js readdir/stat * test: puter-js write * test: puter-js read * test: puter-js move_cart * test: fix failed tests on move * tests: rename files * test: puter-js copy_cart * tests: puter-js batch/delete, read config from file * ci: add vitest * ci: update names and timeout * ci: simplify playwright-test * ci: simplify api-test * move "api-tester" from tools to tests * test: update example config * test: remove folder tests/api-tester/ci * test: unify config location * test: remove unused files * ci: fix wrong config * ci: fix wrong path * test: add docs * ci: update timeout, print artifact url
66 lines
1.4 KiB
Plaintext
66 lines
1.4 KiB
Plaintext
# Misc
|
|
.DS_Store
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
*.zip
|
|
*.tgz
|
|
license.config.json
|
|
license-header.txt
|
|
|
|
# Build Outputs
|
|
dist/
|
|
|
|
# VS Code IDE
|
|
.vscode/**/*
|
|
!.vscode/extensions.json
|
|
!.vscode/launch.json
|
|
!.vscode/tasks.json
|
|
|
|
# Local env files
|
|
.env
|
|
!.env.example
|
|
|
|
# this is for jetbrain IDEs
|
|
.idea/
|
|
/puter
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
src/emulator/release/
|
|
|
|
# ======================================================================
|
|
# vscode
|
|
# ======================================================================
|
|
# vscode configuration
|
|
.vscode/
|
|
|
|
# JS language server, ref: https://code.visualstudio.com/docs/languages/jsconfig
|
|
jsconfig.json
|
|
|
|
# ======================================================================
|
|
# node js
|
|
# ======================================================================
|
|
# the exact tree installed in the node_modules folder
|
|
package-lock.json
|
|
|
|
# ======================================================================
|
|
# playwright test (currently only test the file-system)
|
|
# ======================================================================
|
|
tests/client-config.yaml
|
|
|
|
# ======================================================================
|
|
# python
|
|
# ======================================================================
|
|
__pycache__/
|
|
|
|
# ======================================================================
|
|
# other
|
|
# ======================================================================
|
|
# AI STUFF
|
|
AGENTS.md
|
|
.roo
|
|
|
|
# source maps
|
|
*.map |