examples working on android/ios again
This commit is contained in:
38
Examples/VideoPlayer/.gitignore
vendored
38
Examples/VideoPlayer/.gitignore
vendored
@@ -1,3 +1,37 @@
|
||||
node_modules/**/*
|
||||
VideoPlayer.xcodeproj/project.xcworkspace/**/*
|
||||
VideoPlayer.xcodeproj/xcuserdata/**/*
|
||||
VideoPlayer.xcodeproj/xcuserdata/**/*
|
||||
|
||||
# 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
|
||||
|
||||
# Android/IJ
|
||||
#
|
||||
.idea
|
||||
.gradle
|
||||
local.properties
|
||||
|
||||
# node.js
|
||||
#
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
Reference in New Issue
Block a user