Update .gitignore

This commit is contained in:
Fabian Haukedal Johansen
2026-04-15 10:32:01 +02:00
committed by GitHub
parent 5790ee5cb6
commit aef30b8a8f

99
.gitignore vendored
View File

@@ -1,4 +1,31 @@
# Gradle / Android # ---------------------------
# 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/ .gradle/
build/ build/
local.properties local.properties
@@ -9,49 +36,61 @@ captures/
*.apk *.apk
output-metadata.json output-metadata.json
*.hprof *.hprof
.kotlin/
# Logs # ---------------------------
*.log # IntelliJ / Android Studio / VS Code
npm-debug.* # ---------------------------
yarn-debug.*
yarn-error.*
# IntelliJ / Android Studio
*.iml *.iml
.idea/ .idea/
.vscode/
misc.xml misc.xml
deploymentTargetDropDown.xml deploymentTargetDropDown.xml
render.experimental.xml render.experimental.xml
# Node / JS # ---------------------------
node_modules/ # Secrets / signing / platform keys
.metro-health-check* # ---------------------------
dist/
web-build/
*.tsbuildinfo
# Expo
.expo/
expo-env.d.ts
# Native generated / local artifacts
.kotlin/
*.orig.*
*.jks *.jks
*.keystore *.keystore
*.p8 *.p8
*.p12 *.p12
*.key *.key
*.pem
*.mobileprovision *.mobileprovision
# Environment / local config
.env*.local
google-services.json google-services.json
# macOS # ---------------------------
.DS_Store # iOS / Android generated native folders
*.pem # Ignore these only for Expo managed/prebuild workflow
# Comment them out if you keep native code in repo
# Generated native folders for Expo prebuild # ---------------------------
/android /android
/ios /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