react-native-video/.gitignore
Krzysztof Moch 92831afd5f
feat: add typescript (#3266)
* chore: update dependencies
* chore: add typescript config
* feat: add types
* chore: add build command
* chore: fix types
* fix: update linters
* chore: add display name to component
* chore: fix types
* chore: remove re-declare name variables
* docs: update changelog
2023-10-06 18:39:14 +02:00

62 lines
616 B
Plaintext

# OSX
#
.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
Pods
# Android/IJ
#
*.iml
.idea
.gradle
local.properties
*.hprof
.project
.settings
.classpath
# node.js
#
node_modules/
*.log
# yarn
yarn.lock
# editor workspace settings
.vscode
# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore
# windows
Deploy.binlog
msbuild.binlog
android/buildOutput_*
# lib build
lib/
!src/lib
*.tsbuildinfo