Mercurial
comparison .ignore @ 149:f41ac17926d2
[Config] Added ctags scripts and actual tags.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sat, 10 Jan 2026 07:07:10 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 148:76cd7afa6b8e | 149:f41ac17926d2 |
|---|---|
| 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 |