Skip to content

Commit

Permalink
Added nom ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
priteshrnandgaonkar committed Aug 9, 2017
1 parent 57d790d commit 6ccd05b
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .npmignore
@@ -0,0 +1,59 @@
.DS_Store

# Example
CallDetectionExample/

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

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

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

.idea/

.idea/.name

.idea/compiler.xml

.idea/copyright/profiles_settings.xml

.idea/encodings.xml

.idea/misc.xml

.idea/modules.xml

.idea/react-native-device-info.iml

.idea/vcs.xml

.idea/workspace.xml

0 comments on commit 6ccd05b

Please sign in to comment.