Skip to content

Commit

Permalink
Clean project structure (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJack authored and Matt Apperson committed Sep 21, 2016
1 parent 8c9168b commit 0c746e8
Show file tree
Hide file tree
Showing 65 changed files with 107 additions and 1,046 deletions.
48 changes: 40 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,42 @@
node_modules/**/*
RCTVideo.xcodeproj/xcuserdata/**/*
RCTVideo.xcodeproj/project.xcworkspace/**/*
Examples/VideoPlayer/node_modules/**/*
Examples/VideoPlayer/VideoPlayer.xcodeproj/project.xcworkspace/**/*
Examples/VideoPlayer/VideoPlayer.xcodeproj/xcuserdata/**/*
npm-debug.log
# OSX
#
.DS_Store

# Xcode
#
build/
.gradle/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IJ
#
*.iml
.idea
.gradle
local.properties
*.hprof

# node.js
#
node_modules/
npm-debug.log

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/example
41 changes: 0 additions & 41 deletions Examples/VideoPlayer/.gitignore

This file was deleted.

Loading

0 comments on commit 0c746e8

Please sign in to comment.