mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-28 04:11:32 +00:00
2de8807942
* wip: self hosted full setup * wip: self hoast modes * more wip self host stuff * wip: full release * fix: custom apps * fix: readme * full-stack md * docs update * fix * fix: commands * remove comments * fix: docs and migs * mysql mig * fix: docker changes * fix: mysql checks * fix: mysql mig * fix: docker more * fix: redis conn issues
41 lines
408 B
Plaintext
41 lines
408 B
Plaintext
.dockerignore
|
|
Dockerfile
|
|
docker-compose.yml
|
|
|
|
# Dev / build artifacts (recreated inside the build stage)
|
|
node_modules
|
|
dist
|
|
src/gui/dist
|
|
src/puter-js/dist
|
|
*.tsbuildinfo
|
|
|
|
# Local runtime data
|
|
volatile
|
|
config.json
|
|
config.dev.json
|
|
/puter
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
|
|
# Git / CI
|
|
.git
|
|
.github
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
.npm
|
|
|
|
# Tests / coverage
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Secrets
|
|
.env
|
|
.env.*
|
|
creds*
|
|
*.pem
|