Update .gitignore
This commit is contained in:
committed by
GitHub
parent
ce2b8f3d38
commit
2a3c786e92
49
.gitignore
vendored
49
.gitignore
vendored
@@ -1,34 +1,57 @@
|
|||||||
# Gradle files
|
# Gradle / Android
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
|
||||||
local.properties
|
local.properties
|
||||||
|
|
||||||
# Log/OS Files
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Android Studio generated files and folders
|
|
||||||
captures/
|
captures/
|
||||||
.externalNativeBuild/
|
.externalNativeBuild/
|
||||||
.cxx/
|
.cxx/
|
||||||
*.aab
|
*.aab
|
||||||
*.apk
|
*.apk
|
||||||
output-metadata.json
|
output-metadata.json
|
||||||
|
*.hprof
|
||||||
|
|
||||||
# IntelliJ
|
# Logs
|
||||||
|
*.log
|
||||||
|
npm-debug.*
|
||||||
|
yarn-debug.*
|
||||||
|
yarn-error.*
|
||||||
|
|
||||||
|
# IntelliJ / Android Studio
|
||||||
*.iml
|
*.iml
|
||||||
.idea/
|
.idea/
|
||||||
misc.xml
|
misc.xml
|
||||||
deploymentTargetDropDown.xml
|
deploymentTargetDropDown.xml
|
||||||
render.experimental.xml
|
render.experimental.xml
|
||||||
|
|
||||||
# Keystore files
|
# Node / JS
|
||||||
|
node_modules/
|
||||||
|
.metro-health-check*
|
||||||
|
dist/
|
||||||
|
web-build/
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
|
# Expo
|
||||||
|
.expo/
|
||||||
|
expo-env.d.ts
|
||||||
|
|
||||||
|
# Native generated / local artifacts
|
||||||
|
.kotlin/
|
||||||
|
*.orig.*
|
||||||
*.jks
|
*.jks
|
||||||
*.keystore
|
*.keystore
|
||||||
|
*.p8
|
||||||
|
*.p12
|
||||||
|
*.key
|
||||||
|
*.mobileprovision
|
||||||
|
|
||||||
# Google Services (e.g. APIs or Firebase)
|
# Environment / local config
|
||||||
|
.env*.local
|
||||||
google-services.json
|
google-services.json
|
||||||
|
|
||||||
# Android Profiling
|
# macOS
|
||||||
*.hprof
|
.DS_Store
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
# Generated native folders for Expo prebuild
|
||||||
|
/android
|
||||||
|
/ios
|
||||||
|
|||||||
Reference in New Issue
Block a user