Skip to content

Commit 1d2dbd3

Browse files
chore: remove examples directory
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7e2ce5b commit 1d2dbd3

5 files changed

Lines changed: 1 addition & 71 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ pkg/
55
.worktrees
66
.worktrees/
77

8-
# Local sample Rails apps can be generated here but are not tracked.
9-
examples/rails_minio/
8+
examples/

.rubocop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ AllCops:
77
- "pkg/**/*"
88
- "vendor/**/*"
99
- ".worktrees/**/*"
10-
- "examples/**/*"
1110

1211
Style/Documentation:
1312
Enabled: false

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ gem "aws-sdk-s3"
8888
bundle install
8989
```
9090

91-
## Local examples
92-
93-
The repository includes **[`examples/`](examples/README.md)** with **Docker Compose** for MinIO object storage and LocalStack's KMS API. Rails sample apps are kept local and ignored by git; use `examples/rails_minio/` as a scratch path if you generate one for manual testing.
94-
9591
## Rails / Active Storage setup
9692

9793
Use this path when you want Rails Active Storage to encrypt attachments automatically.

examples/README.md

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

examples/docker-compose.yml

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

0 commit comments

Comments
 (0)