Mercurial
view .hgignore @ 233:d27054a14579
[merge] Record joined hg-web branch closure
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 16:50:49 -0700 |
| parents | 6cdee35a7ba9 |
| children | 823f2a8b16c8 |
line wrap: on
line source
syntax: glob # Bazel specifics bazel-*/ *.runfiles/ *.runfiles_manifest bazel-*/testlogs/ bazel-*/external/ .bazelcache/ # Folder for unpacking standalone bazel target. projects/* # Git backup on private github... probably remove and just upload to my s3 bucket directly or something. .git/* .gitignore # Bun specific this is os dependent so should be ignored. third_party/bun/bun # Playground playground/ # Postdog postdog/history # Node **/node_modules/** # Python **/venv/** **/__pycache__/** .ruff_cache/ # Keys and stuff .env # claude config .claude/settings.local.json # OS related .DS_Store # Environment var. .env # Server config .config # DB mrjunejune.db