mirror of
https://github.com/tooot-app/app
synced 2025-02-18 04:40:57 +01:00
Update .gitignore
This commit is contained in:
parent
78ad95a9cb
commit
ff5aa45a90
40
.gitignore
vendored
40
.gitignore
vendored
@ -5,13 +5,44 @@
|
|||||||
coverage/
|
coverage/
|
||||||
builds/
|
builds/
|
||||||
|
|
||||||
# @generated expo-cli sync-28e2ab0e9ece60556eaf932abe52d017ec33db50
|
# @generated expo-cli sync-e7dcf75f4e856f7b6f3239b3f3a7dd614ee755a8
|
||||||
# The following patterns were generated by expo-cli
|
# The following patterns were generated by expo-cli
|
||||||
|
|
||||||
# OSX
|
# OSX
|
||||||
|
#
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Xcode
|
||||||
|
#
|
||||||
|
build/
|
||||||
|
*.pbxuser
|
||||||
|
!default.pbxuser
|
||||||
|
*.mode1v3
|
||||||
|
!default.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
!default.mode2v3
|
||||||
|
*.perspectivev3
|
||||||
|
!default.perspectivev3
|
||||||
|
xcuserdata
|
||||||
|
*.xccheckout
|
||||||
|
*.moved-aside
|
||||||
|
DerivedData
|
||||||
|
*.hmap
|
||||||
|
*.ipa
|
||||||
|
*.xcuserstate
|
||||||
|
project.xcworkspace
|
||||||
|
|
||||||
|
# Android/IntelliJ
|
||||||
|
#
|
||||||
|
build/
|
||||||
|
.idea
|
||||||
|
.gradle
|
||||||
|
local.properties
|
||||||
|
*.iml
|
||||||
|
*.hprof
|
||||||
|
|
||||||
# node.js
|
# node.js
|
||||||
|
#
|
||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
@ -25,9 +56,12 @@ buck-out/
|
|||||||
# Bundle artifacts
|
# Bundle artifacts
|
||||||
*.jsbundle
|
*.jsbundle
|
||||||
|
|
||||||
|
# CocoaPods
|
||||||
|
/ios/Pods/
|
||||||
|
|
||||||
# Expo
|
# Expo
|
||||||
.expo/*
|
.expo/
|
||||||
.expo-shared/*
|
|
||||||
web-build/
|
web-build/
|
||||||
|
dist/
|
||||||
|
|
||||||
# @end expo-cli
|
# @end expo-cli
|
Loading…
x
Reference in New Issue
Block a user