Skip to content

Commit

Permalink
Remove unused elements
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Jul 27, 2016
1 parent ea2214e commit 7a62b20
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 91 deletions.
46 changes: 44 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
node_modules
Pods
# OSX
#
.DS_Store

# Pods
#
*Pods

# 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
#
*.iml
.idea
.gradle
local.properties

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

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore
6 changes: 0 additions & 6 deletions examples/Basic/.buckconfig

This file was deleted.

41 changes: 0 additions & 41 deletions examples/Basic/.flowconfig

This file was deleted.

41 changes: 0 additions & 41 deletions examples/Basic/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion examples/Basic/.watchmanconfig

This file was deleted.

0 comments on commit 7a62b20

Please sign in to comment.