mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 06:12: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 .",
|
||||
|
||||
20
packages/react-native-xtermjs-webview/.npmignore
Normal file
20
packages/react-native-xtermjs-webview/.npmignore
Normal file
@@ -0,0 +1,20 @@
|
||||
# Exclude build and workspace caches not meant for publication
|
||||
.turbo/
|
||||
|
||||
# Node modules should never be packed (npm ignores it by default, but explicit is fine)
|
||||
node_modules/
|
||||
|
||||
# OS cruft
|
||||
**/.DS_Store
|
||||
|
||||
# Keep dist outputs and sources; do not exclude them here
|
||||
# dist/
|
||||
# dist-internal/
|
||||
# src/
|
||||
|
||||
# Common ignores that shouldn't ship
|
||||
coverage/
|
||||
.vscode/
|
||||
.idea/
|
||||
*.log
|
||||
*.local
|
||||
@@ -8,8 +8,6 @@
|
||||
"src",
|
||||
"dist",
|
||||
"dist-internal",
|
||||
"!node_modules",
|
||||
"!.turbo",
|
||||
"*"
|
||||
],
|
||||
"exports": {
|
||||
|
||||
Reference in New Issue
Block a user