Skip to content

Commit

Permalink
npmignore (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Jan 21, 2023
1 parent cf4064d commit b62d2f8
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions template/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@

# OSX
#
.DS_Store

# Xcode
#
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
/ios/.xcode.env.local


# Android/IntelliJ
#
.idea
.gradle
local.properties
*.iml
*.hprof
.cxx/
*.keystore
!debug.keystore

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

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/

*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots

# Bundle artifact
*.jsbundle

# Ruby / CocoaPods
/ios/Pods/
/vendor/bundle/

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

# Misc
build/*
.tamagui
.next
.expo
dist/

0 comments on commit b62d2f8

Please sign in to comment.