comparison .ignore @ 151:c033667da5f9 hg-web

Merging latest merge into hg-web
author June Park <parkjune1995@gmail.com>
date Sat, 10 Jan 2026 13:35:09 -0800
parents f41ac17926d2
children
comparison
equal deleted inserted replaced
147:6de849867459 151:c033667da5f9
1 syntax: glob
2
3 # mercurial
4 .hg/
5
6 # Bazel specifics
7 bazel-*/
8 *.runfiles/
9 *.runfiles_manifest
10 bazel-*/testlogs/
11 bazel-*/external/
12 .bazelcache/
13
14 # Folder for unpacking standalone bazel target.
15 projects/*
16
17 # Git backup on private github... probably remove and just upload to my s3 bucket directly or something.
18 .git/*
19 .gitignore
20
21 # Bun specific this is os dependent so should be ignored.
22 third_party/bun/bun
23
24 # Playground
25 playground/
26
27 # Postdog
28 postdog/history
29
30 # Node
31 **/node_modules/**
32
33 # Python
34 **/venv/**
35 **/__pycache__/**
36 .ruff_cache/
37
38 # Keys and stuff
39 .env
40
41 # claude config
42 .claude/settings.local.json