Skip to content

Commit 72b4d9e

Browse files
fix: update .fernignore to protect custom files from regeneration (#731)
1 parent d9a7f16 commit 72b4d9e

1 file changed

Lines changed: 34 additions & 4 deletions

File tree

.fernignore

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,59 @@
11
# Specify files that shouldn't be modified by Fern
2-
changelog.md
2+
3+
# Custom SDK files
34
lib/auth0/client.rb
45
lib/auth0/auth_client.rb
56
lib/auth0/exception.rb
67
lib/auth0/algorithm.rb
78
lib/auth0/client_assertion.rb
9+
lib/auth0/version.rb
10+
lib/auth0/environment.rb
811
lib/auth0/mixins.rb
912
lib/auth0/mixins/
1013
lib/auth0/api/
14+
lib/auth0/errors/
1115
lib/auth0_client.rb
12-
custom.gemspec.rb
16+
17+
# Internal infrastructure (custom HTTP, iterators, JSON, multipart)
18+
lib/auth0/internal/
1319

1420
# Telemetry customization
1521
lib/auth0/internal/http/raw_client.rb
16-
test/unit/authentication_endpoints_test.rb
1722

23+
# Packaging & build
24+
auth0.gemspec
25+
custom.gemspec.rb
26+
Gemfile
27+
Gemfile.custom
28+
Gemfile.lock
29+
Rakefile
30+
31+
# Project configuration
32+
.gitignore
33+
.version
34+
.shiprc
35+
.snyk
1836
.rubocop.yml
37+
codecov.yml
38+
LICENSE
1939

2040
# Documentation
2141
README.md
42+
CHANGELOG.md
2243
EXAMPLES.md
2344
DEVELOPMENT.md
2445
DEPLOYMENT.md
2546
CODE_OF_CONDUCT.md
2647
RUBYGEM.md
2748
v6_MIGRATION_GUIDE.md
28-
.github/PULL_REQUEST_TEMPLATE.md
49+
reference.md
50+
51+
# GitHub (entire directory - workflows, actions, templates, CODEOWNERS)
52+
.github/
53+
54+
# Tests
55+
test/
56+
wiremock/
57+
58+
# Examples
2959
examples/

0 commit comments

Comments
 (0)