tooot/.gitignore

78 lines
917 B
Plaintext
Raw Normal View History

2020-10-20 10:28:42 +02:00
# macOS
.DS_Store
2020-10-23 09:22:17 +02:00
2021-01-30 01:29:15 +01:00
.envrc
2021-01-27 00:35:34 +01:00
coverage/
2021-01-28 00:41:53 +01:00
builds/
2021-01-30 01:29:15 +01:00
2022-06-07 21:24:19 +02:00
# @generated expo-cli sync-e7dcf75f4e856f7b6f3239b3f3a7dd614ee755a8
2021-01-28 00:41:53 +01:00
# The following patterns were generated by expo-cli
# OSX
2022-06-07 21:24:19 +02:00
#
2021-01-28 00:41:53 +01:00
.DS_Store
2022-06-07 21:24:19 +02:00
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
2022-08-06 22:05:26 +02:00
ios/.xcode.env.local
2023-02-03 00:59:39 +01:00
ios/containers
2022-06-07 21:24:19 +02:00
# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml
*.hprof
2022-11-05 22:33:16 +01:00
.cxx/
2023-02-11 19:15:34 +01:00
*.keystore
!debug.keystore
2022-06-07 21:24:19 +02:00
2021-01-28 00:41:53 +01:00
# node.js
2022-06-07 21:24:19 +02:00
#
2021-01-28 00:41:53 +01:00
node_modules/
npm-debug.log
yarn-error.log
# Bundle artifacts
*.jsbundle
2022-06-07 21:24:19 +02:00
# CocoaPods
/ios/Pods/
2021-01-28 00:41:53 +01:00
# Expo
2022-06-07 21:24:19 +02:00
.expo/
2021-01-28 00:41:53 +01:00
web-build/
2022-06-07 21:24:19 +02:00
dist/
2021-01-28 00:41:53 +01:00
2023-02-11 19:15:34 +01:00
# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
2022-12-23 17:47:01 +01:00
# @end expo-cli
# yarn 3
.pnp.*
.yarn/*
!.yarn/patches
2022-12-24 12:59:07 +01:00
!.yarn/plugins
!.yarn/releases
2022-12-23 17:47:01 +01:00
!.yarn/sdks
!.yarn/versions