mirror of
https://github.com/HeyPuter/puter.git
synced 2026-07-08 08:12:15 +00:00
4a0e4d51b5
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run
33 lines
375 B
Plaintext
33 lines
375 B
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/settings.json
|
|
!.vscode/tasks.json
|
|
|
|
# Local env files
|
|
.env
|
|
!.env.example
|
|
|
|
# this is for jetbrain IDEs
|
|
.idea/
|
|
/puter
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
src/emulator/release/
|