mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
publish configs
This commit is contained in:
31
packages/react-native-uniffi-russh/.npmignore
Normal file
31
packages/react-native-uniffi-russh/.npmignore
Normal file
@@ -0,0 +1,31 @@
|
||||
# Workspace caches
|
||||
.turbo/
|
||||
|
||||
# Node modules (npm excludes by default)
|
||||
node_modules/
|
||||
|
||||
# OS junk
|
||||
**/.DS_Store
|
||||
|
||||
# Platform build outputs and local config
|
||||
ios/build/
|
||||
android/build/
|
||||
android/gradle/
|
||||
android/gradlew
|
||||
android/gradlew.bat
|
||||
android/local.properties
|
||||
|
||||
# Tests and mocks
|
||||
**/__tests__/
|
||||
**/__fixtures__/
|
||||
**/__mocks__/
|
||||
|
||||
# Dotfiles and editors
|
||||
**/.*
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Coverage and logs
|
||||
coverage/
|
||||
*.log
|
||||
*.local
|
||||
@@ -22,17 +22,7 @@
|
||||
"cpp",
|
||||
"*.podspec",
|
||||
"react-native.config.js",
|
||||
"LICENSE",
|
||||
"!ios/build",
|
||||
"!android/build",
|
||||
"!android/gradle",
|
||||
"!android/gradlew",
|
||||
"!android/gradlew.bat",
|
||||
"!android/local.properties",
|
||||
"!**/__tests__",
|
||||
"!**/__fixtures__",
|
||||
"!**/__mocks__",
|
||||
"!**/.*"
|
||||
"LICENSE"
|
||||
],
|
||||
"scripts": {
|
||||
"fmt": "cross-env SORT_IMPORTS=true prettier --write .",
|
||||
|
||||
Reference in New Issue
Block a user