Skip to content

Commit 23769e3

Browse files
committed
chore: remove committed binaries, session files, empty dirs
Remove api/testdata/ from tracking. Update .gitignore with broader patterns: **/sessions.db, **/testdata/, proton (binary name). Remove empty foo/ and cmd/volume/ directories.
1 parent 60cf9c2 commit 23769e3

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

.gitignore

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# If you prefer the allow list template instead of the deny list, see community template:
2-
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3-
#
41
# Binaries for programs and plugins
52
proton-cli
3+
proton
64
*.exe
75
*.exe~
86
*.dll
@@ -15,7 +13,7 @@ proton-cli
1513
# Output of the go coverage tool, specifically when used with LiteIDE
1614
*.out
1715

18-
# Dependency directories (remove the comment below to include it)
16+
# Dependency directories
1917
# vendor/
2018

2119
# Go workspace file
@@ -26,12 +24,13 @@ go.work.sum
2624
.env
2725

2826
# Session data (should live in XDG_CONFIG_HOME, not the repo)
29-
proton/sessions.db
30-
proton/config.yaml
31-
proton/cache.yaml
27+
**/sessions.db
3228

3329
# Test failure data
34-
proton/testdata/
30+
**/testdata/
3531

3632
# WIP files
3733
*.wip
34+
35+
# Empty placeholder directories
36+
foo/

api/testdata/rapid/TestPropertyCookieJarRoundTrip/TestPropertyCookieJarRoundTrip-20260411105735-3523169.fail

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)