Skip to content

Commit

Permalink
add some config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed May 10, 2017
1 parent 472d1a5 commit 59b48bf
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["react-native"]
}
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# OSX
#
.DS_Store

# Xcode
!**/*.xcodeproj
!**/*.pbxproj
!**/*.xcworkspacedata
!**/*.xcsettings
!**/*.xcscheme
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IJ
#
/build/
.idea
.gradle
local.properties

# node.js
#
node_modules/
npm-debug.log
yarn.lock
yarn-error.log

# others
#
.buckconfig
.flowconfig
.gitattributes
.watchmanconfig
10 changes: 6 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
.DS_Store

# Xcode
#
build/
!**/*.xcodeproj
!**/*.pbxproj
!**/*.xcworkspacedata
!**/*.xcsettings
!**/*.xcscheme
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -24,6 +27,7 @@ project.xcworkspace

# Android/IJ
#
/build/
.idea
.gradle
local.properties
Expand All @@ -34,11 +38,9 @@ node_modules/
npm-debug.log
yarn.lock
yarn-error.log
app.json

# others
#
.babelrc
.buckconfig
.flowconfig
.gitattributes
Expand Down
3 changes: 3 additions & 0 deletions example/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["react-native"]
}

0 comments on commit 59b48bf

Please sign in to comment.