Compare commits

...

7 Commits

Author SHA1 Message Date
yyh-gl
997b6ad836
Merge 553d473d3b into 24b539acec 2026-04-20 20:00:32 +00:00
Devin Dooley
24b539acec
Merge pull request #2807 from lorenzleutgeb/patch-1
Create HOL.gitignore
2026-04-20 09:42:33 -07:00
Devin Dooley
25713eb3a5
Merge pull request #4808 from malheleco/oh-my-opencode
Add gitignore to exclude sisyphus directory files (oh-my-openagent formerly known as oh-my-opencode)
2026-04-20 09:32:49 -07:00
Bernd
5f5a92fcfe
move gitignore template due to PR feedback 2026-04-20 09:11:43 +02:00
Lorenz Leutgeb
b42312254f Create HOL.gitignore 2026-04-18 18:24:37 +02:00
Bernd
a850db9d75
Add gitignore to exclude sisyphus directory files
oh-my-opencode excludes the sisyphus working directory in their own repo, so it seems to be best practice. Also, the directory captures agent/runtime state, so it should not be shared.
2026-03-03 16:51:34 +01:00
yyh-gl
553d473d3b Add .gitignore for Supabase 2026-01-18 23:03:27 +09:00
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,2 @@
.sisyphus/*
!.sisyphus/rules/

12
Supabase.gitignore Normal file
View File

@ -0,0 +1,12 @@
# Referred to https://github.com/supabase/supabase/blob/8547b6f2335c5b8d534eaa223fdffdd7cd041714/.gitignore
# Ignore config directories for local
**/supabase/.branches
**/supabase/.temp
# Ignore signing key file for JWT
**/signing_key.json
# Include template .env file for docker-compose
!docker/supabase/.env
!docker/supabase-traefik/.env

11
community/HOL.gitignore Normal file
View File

@ -0,0 +1,11 @@
*Script
# Holmake generated files
*Theory.sig
*Theory.sml
*.uo
*.ui
# Holmake auxiliary files
.hollogs
.HOLMK