Compare commits

...

7 Commits

Author SHA1 Message Date
yyh-gl
fd1f9b56e8
Merge 553d473d3b into dcc0fc7bc2 2026-05-22 09:49:40 +00:00
Daniel Johnson
dcc0fc7bc2
Merge pull request #4700 from G0rocks/main
Add FreeCAD.gitignore file
2026-05-21 16:49:32 -07:00
G0rocks
314d381f1e Add *.FCBak to FreeCAD.gitignore 2026-05-03 16:26:41 +00:00
G0rocks
6a98aacd54 Move FreeCAD.gitignore to community folder 2026-05-03 16:24:48 +00:00
Huldar
9275edaddf
Merge branch 'github:main' into main 2026-05-03 16:22:36 +00:00
yyh-gl
553d473d3b Add .gitignore for Supabase 2026-01-18 23:03:27 +09:00
G0rocks
0a25801fa9 Add FreeCAD.gitignore file 2025-08-06 10:11:36 +00:00
2 changed files with 17 additions and 0 deletions

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

View File

@ -0,0 +1,5 @@
# FreeCAD backup and temporary files
*.FC.lock
*.bak
*.FCBak
*.tmp