We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057943a commit 44ea0b9Copy full SHA for 44ea0b9
2 files changed
.gitignore
@@ -311,7 +311,10 @@ project.xcworkspace/
311
tmp_smoke_debug/
312
# Benchmarks: keep baseline for CI regression (Design 6.53)
313
!benchmarks/baseline.json
314
+# Profiler output may contain local paths (do not commit)
315
+scripts/benchmarks/profile_*.txt
316
collection.xml
317
+collection1.xml
318
*.xml.backup
319
test_collection.xml
320
docs/future-features/prerelease/designs/04-security-and-privacy.md
@@ -944,7 +944,7 @@
944
945
## 4.145 Example Redacted Path
946
947
- - `C:\Users\Stelios\Music\rekordbox.xml` -> `~\Music\rekordbox.xml`
+ - `C:\Users\<username>\Music\rekordbox.xml` -> `~\Music\rekordbox.xml`
948
949
## 4.146 Security by Design Practices
950
0 commit comments