Compare commits

..

8 Commits

Author SHA1 Message Date
Daniel Johnson
a9e4335c74
Merge 4ae311e60c into 57286c3887 2026-07-24 01:20:52 -04:00
Devin Dooley
57286c3887
Merge pull request #4873 from lissy93-forks/updates-laravel-phpcache-dir
Updates missing .phpunit.cache dir for newer laravel
2026-07-23 09:06:44 -07:00
Alicia Sykes
90db345f0d Updates missing .phpunit.cache dir for newer laravel 2026-06-07 21:00:00 +01: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
G0rocks
0a25801fa9 Add FreeCAD.gitignore file 2025-08-06 10:11:36 +00:00
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Homestead.yaml
Homestead.json Homestead.json
/.vagrant /.vagrant
.phpunit.result.cache .phpunit.result.cache
/.phpunit.cache
/public/build /public/build
/storage/pail /storage/pail

View File

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