Files
Memoh/.gitignore
L-Ryland af97ab22ee fix(web): update proxy target for containerized development (#334)
* fix(web): update proxy target for containerized development

Use internal Docker network target (http://server:8080) instead of host-published
ports (host.docker.internal) to improve containerized dev environment reliability.
Also add mise.local.toml to .gitignore for local tool configuration.

* Remove comments regarding Docker network configuration

Removed comments about containerized development and proxy target.

---------

Co-authored-by: 晨苒 <16112591+chen-ran@users.noreply.github.com>
2026-04-08 01:34:19 +08:00

112 lines
1.1 KiB
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json
*.egg-info/
dist/
build/
.eggs/
*.egg
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
.pytype/
pytype.cache
.ruff_cache/
.python-version
*.pyc
*.pyo
*.pyd
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
.npm
.eslintcache
.yarn/
.pnp.*
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.yarn/patches
.next/
.nuxt/
.cache/
.parcel-cache/
.turbo/
.vite/
*.tsbuildinfo
# Environment variables
.env
.env.local
.env.*.local
.env.development.local
.env.test.local
.env.production.local
mise.local.toml
# IDE
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
*.log
logs/
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
.cache/
tmp/
# compiled files
/memoh
/agent
/bridge
docs/docs/.vitepress/cache
.pnpm-store
dump.rdb
memory.db
config.toml
.workdocs/
data
_main-ref/
.toolkit/
/scripts/vendor