fix: restore CLAUDE.md and protect it from expo prebuild --clean

prebuild --clean overwrote CLAUDE.md with an Expo-generated stub.
Restored the original project plan and added ignorePaths in app.json
so Expo skips CLAUDE.md on future prebuild runs.
This commit is contained in:
Davide Scaini
2026-06-03 00:02:50 +02:00
parent 896b528a4c
commit 879eaea3df
2 changed files with 94 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@
"web": {
"favicon": "./assets/favicon.png"
},
"ignorePaths": ["CLAUDE.md"],
"plugins": [
"expo-sqlite",
[