From 5790ee5cb6d45eb84e547bb4868516a6fa97fb50 Mon Sep 17 00:00:00 2001 From: Fabian Haukedal Johansen Date: Wed, 15 Apr 2026 10:31:41 +0200 Subject: [PATCH] Update README.md --- README.md | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7676e09..3917e24 100644 --- a/README.md +++ b/README.md @@ -1 +1,96 @@ -# Study-Sprint \ No newline at end of file +# --------------------------- +# Node / Expo / React Native +# --------------------------- +node_modules/ +.expo/ +dist/ +web-build/ +expo-env.d.ts +.metro-health-check* +*.tsbuildinfo + +# Local env files +.env*.local + +# Logs +*.log +npm-debug.* +yarn-debug.* +yarn-error.* + +# macOS +.DS_Store + +# --------------------------- +# Android / React Native native +# Keep /android and /ios ONLY if you commit native code +# Remove these two lines if you want generated native folders ignored +# --------------------------- +.gradle/ +build/ +local.properties +captures/ +.externalNativeBuild/ +.cxx/ +*.aab +*.apk +output-metadata.json +*.hprof +.kotlin/ + +# --------------------------- +# IntelliJ / Android Studio / VS Code +# --------------------------- +*.iml +.idea/ +.vscode/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# --------------------------- +# Secrets / signing / platform keys +# --------------------------- +*.jks +*.keystore +*.p8 +*.p12 +*.key +*.pem +*.mobileprovision +google-services.json + +# --------------------------- +# iOS / Android generated native folders +# Ignore these only for Expo managed/prebuild workflow +# Comment them out if you keep native code in repo +# --------------------------- +/android +/ios + +# --------------------------- +# .NET / ASP.NET Core Web API +# --------------------------- +**/bin/ +**/obj/ +**/.vs/ +*.user +*.rsuser +*.suo + +# App settings / local secrets +**/appsettings.Development.json +**/secrets.json + +# EF Core / local DB artifacts +*.db +*.db-shm +*.db-wal +*.sqlite +*.sqlite3 + +# --------------------------- +# Misc +# --------------------------- +*.orig.* +app-example