Mercurial
annotate .hgignore @ 271:13d61401c57d
redirect Copilot cache to service state
Set XDG_CACHE_HOME from the configured inference state so the systemd service can extract Copilot outside its protected home directory.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 07 Aug 2026 13:24:05 -0700 |
| parents | 04fee26ecce0 |
| children |
| rev | line source |
|---|---|
|
10
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
1 syntax: glob |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
2 |
|
27
b212647e8654
[Bun] Adding OS specific files that I used for testing as to be ignored.
June Park <parkjune1995@gmail.com>
parents:
18
diff
changeset
|
3 # Bazel specifics |
|
8
98f96b8032e5
[GuiZe] Creating custom bazel rule to deploy to github easily.
June Park <parkjune1995@gmail.com>
parents:
diff
changeset
|
4 bazel-*/ |
|
10
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
5 *.runfiles/ |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
6 *.runfiles_manifest |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
7 bazel-*/testlogs/ |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
8 bazel-*/external/ |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
9 .bazelcache/ |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
10 |
|
27
b212647e8654
[Bun] Adding OS specific files that I used for testing as to be ignored.
June Park <parkjune1995@gmail.com>
parents:
18
diff
changeset
|
11 # Folder for unpacking standalone bazel target. |
|
15
2b9e75756825
[GuiZe] Updated to handle bundling and created a shee
June Park <parkjune1995@gmail.com>
parents:
10
diff
changeset
|
12 projects/* |
|
18
fa2b8af609d9
[Seobeo] Fixed a bug with pathing. Support SSL.
June Park <parkjune1995@gmail.com>
parents:
15
diff
changeset
|
13 |
|
27
b212647e8654
[Bun] Adding OS specific files that I used for testing as to be ignored.
June Park <parkjune1995@gmail.com>
parents:
18
diff
changeset
|
14 # Git backup on private github... probably remove and just upload to my s3 bucket directly or something. |
|
18
fa2b8af609d9
[Seobeo] Fixed a bug with pathing. Support SSL.
June Park <parkjune1995@gmail.com>
parents:
15
diff
changeset
|
15 .git/* |
|
fa2b8af609d9
[Seobeo] Fixed a bug with pathing. Support SSL.
June Park <parkjune1995@gmail.com>
parents:
15
diff
changeset
|
16 .gitignore |
|
27
b212647e8654
[Bun] Adding OS specific files that I used for testing as to be ignored.
June Park <parkjune1995@gmail.com>
parents:
18
diff
changeset
|
17 |
|
b212647e8654
[Bun] Adding OS specific files that I used for testing as to be ignored.
June Park <parkjune1995@gmail.com>
parents:
18
diff
changeset
|
18 # Bun specific this is os dependent so should be ignored. |
|
29
ddfa53157710
[Bun] Forgot to add the removed files and remove . from third_party
June Park <parkjune1995@gmail.com>
parents:
28
diff
changeset
|
19 third_party/bun/bun |
|
35
33b1caf051cd
Updated ignored file to ignore playground.
MrJuneJune <me@mrjunejune.com>
parents:
29
diff
changeset
|
20 |
|
33b1caf051cd
Updated ignored file to ignore playground.
MrJuneJune <me@mrjunejune.com>
parents:
29
diff
changeset
|
21 # Playground |
|
33b1caf051cd
Updated ignored file to ignore playground.
MrJuneJune <me@mrjunejune.com>
parents:
29
diff
changeset
|
22 playground/ |
|
37
fb9bcd3145cb
[ReactGames] Few games I made using react just to practice few things.
MrJuneJune <me@mrjunejune.com>
parents:
35
diff
changeset
|
23 |
|
116
7bd795bac997
[Postdog] Added scrollable area to inputs and history files, buttons to delete and view.
June Park <parkjune1995@gmail.com>
parents:
38
diff
changeset
|
24 # Postdog |
|
7bd795bac997
[Postdog] Added scrollable area to inputs and history files, buttons to delete and view.
June Park <parkjune1995@gmail.com>
parents:
38
diff
changeset
|
25 postdog/history |
|
7bd795bac997
[Postdog] Added scrollable area to inputs and history files, buttons to delete and view.
June Park <parkjune1995@gmail.com>
parents:
38
diff
changeset
|
26 |
|
37
fb9bcd3145cb
[ReactGames] Few games I made using react just to practice few things.
MrJuneJune <me@mrjunejune.com>
parents:
35
diff
changeset
|
27 # Node |
|
fb9bcd3145cb
[ReactGames] Few games I made using react just to practice few things.
MrJuneJune <me@mrjunejune.com>
parents:
35
diff
changeset
|
28 **/node_modules/** |
|
fb9bcd3145cb
[ReactGames] Few games I made using react just to practice few things.
MrJuneJune <me@mrjunejune.com>
parents:
35
diff
changeset
|
29 |
|
fb9bcd3145cb
[ReactGames] Few games I made using react just to practice few things.
MrJuneJune <me@mrjunejune.com>
parents:
35
diff
changeset
|
30 # Python |
|
fb9bcd3145cb
[ReactGames] Few games I made using react just to practice few things.
MrJuneJune <me@mrjunejune.com>
parents:
35
diff
changeset
|
31 **/venv/** |
|
38
cf9caa4abc3e
[Love] FE and BE. Can chat and render images. Also created MCP for powerpoint generations.
MrJuneJune <me@mrjunejune.com>
parents:
37
diff
changeset
|
32 **/__pycache__/** |
|
cf9caa4abc3e
[Love] FE and BE. Can chat and render images. Also created MCP for powerpoint generations.
MrJuneJune <me@mrjunejune.com>
parents:
37
diff
changeset
|
33 .ruff_cache/ |
|
cf9caa4abc3e
[Love] FE and BE. Can chat and render images. Also created MCP for powerpoint generations.
MrJuneJune <me@mrjunejune.com>
parents:
37
diff
changeset
|
34 |
|
cf9caa4abc3e
[Love] FE and BE. Can chat and render images. Also created MCP for powerpoint generations.
MrJuneJune <me@mrjunejune.com>
parents:
37
diff
changeset
|
35 # Keys and stuff |
|
cf9caa4abc3e
[Love] FE and BE. Can chat and render images. Also created MCP for powerpoint generations.
MrJuneJune <me@mrjunejune.com>
parents:
37
diff
changeset
|
36 .env |
|
119
c39582f937e5
[Seobeo Client] Added client side logic which will be used for all my other calls instead of curl.
June Park <parkjune1995@gmail.com>
parents:
116
diff
changeset
|
37 |
|
c39582f937e5
[Seobeo Client] Added client side logic which will be used for all my other calls instead of curl.
June Park <parkjune1995@gmail.com>
parents:
116
diff
changeset
|
38 # claude config |
|
c39582f937e5
[Seobeo Client] Added client side logic which will be used for all my other calls instead of curl.
June Park <parkjune1995@gmail.com>
parents:
116
diff
changeset
|
39 .claude/settings.local.json |
|
163
058de208e640
[Config] Adding os ignore files.
June Park <parkjune1995@gmail.com>
parents:
119
diff
changeset
|
40 |
|
058de208e640
[Config] Adding os ignore files.
June Park <parkjune1995@gmail.com>
parents:
119
diff
changeset
|
41 # OS related |
|
058de208e640
[Config] Adding os ignore files.
June Park <parkjune1995@gmail.com>
parents:
119
diff
changeset
|
42 .DS_Store |
| 197 | 43 |
|
243
823f2a8b16c8
[repo] Ignore Vim swap files
MrJuneJune <me@mrjunejune.com>
parents:
201
diff
changeset
|
44 # Editor files |
|
823f2a8b16c8
[repo] Ignore Vim swap files
MrJuneJune <me@mrjunejune.com>
parents:
201
diff
changeset
|
45 *.swp |
|
823f2a8b16c8
[repo] Ignore Vim swap files
MrJuneJune <me@mrjunejune.com>
parents:
201
diff
changeset
|
46 |
|
200
90dfcef375fb
Added my own s3 bucket uploader url to mrjunejune.
MrJuneJune <me@mrjunejune.com>
parents:
197
diff
changeset
|
47 # Environment var. |
| 197 | 48 .env |
|
264
04fee26ecce0
add authenticated JRPG conversation platform
MrJuneJune <me@mrjunejune.com>
parents:
243
diff
changeset
|
49 # Server config (local — never track the real config) |
|
04fee26ecce0
add authenticated JRPG conversation platform
MrJuneJune <me@mrjunejune.com>
parents:
243
diff
changeset
|
50 mrjunejune/.config |
|
04fee26ecce0
add authenticated JRPG conversation platform
MrJuneJune <me@mrjunejune.com>
parents:
243
diff
changeset
|
51 # DB and WAL/SHM sidecars |
| 201 | 52 mrjunejune.db |
|
264
04fee26ecce0
add authenticated JRPG conversation platform
MrJuneJune <me@mrjunejune.com>
parents:
243
diff
changeset
|
53 *.db-wal |
|
04fee26ecce0
add authenticated JRPG conversation platform
MrJuneJune <me@mrjunejune.com>
parents:
243
diff
changeset
|
54 *.db-shm |
|
04fee26ecce0
add authenticated JRPG conversation platform
MrJuneJune <me@mrjunejune.com>
parents:
243
diff
changeset
|
55 mrjunejune/data/ |