We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545c66b commit db95661Copy full SHA for db95661
2 files changed
.config/claude/settings.json
@@ -0,0 +1,10 @@
1
+{
2
+ "$schema": "https://json.schemastore.org/claude-code-settings.json",
3
+ "includeCoAuthoredBy": false,
4
+ "env": {
5
+ "CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY": "1",
6
+ "DISABLE_TELEMETRY": "1",
7
+ "DISABLE_ERROR_REPORTING": "1",
8
+ "DISABLE_NON_ESSENTIAL_MODEL_CALLS": "1"
9
+ }
10
+}
.config/git/ignore
@@ -112,3 +112,5 @@ bower_components/
112
/_target
113
/leanpkg.path
114
*.olean
115
+
116
+**/.claude/settings.local.json
0 commit comments