Skip to content

Commit

Permalink
Create .npm ignore with lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjdavidson authored Feb 5, 2024
1 parent b41d8fe commit f49c424
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@

# OSX
#
.DS_Store

# node.js
#
!lib/
node_modules/
npm-debug.log
yarn-error.log
.jest/
*.tgz


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

# BUCK
buck-out/
\.buckd/
*.keystore

# VSCode
#
.vscode/
.project
.classpath
android/.classpath
android/.project
BluetoothClassicExample/ios/protocol-strings.plist

0 comments on commit f49c424

Please sign in to comment.