Files
fressh/.dockerignore
EthanShoeDev 89a39fdd63 flake
2025-09-24 04:04:13 -04:00

323 lines
9.3 KiB
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Dependencies
**/node_modules
**/.pnp
**/.pnp.js
# Testing
**/coverage
# Turbo
**/.turbo
# Vercel
**/.vercel
# Build Outputs
**/.next/
**/out/
**/dist
# Debug
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
# Misc
**/.DS_Store
**/*.pem
**/tmp/
**/**/tsconfig.tsbuildinfo
**/dep-log.json
**/mnt/*
**/*.log
**/.turbo/
# From apps/mobile/.gitignore
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
# dependencies
apps/mobile/**/node_modules/
# Expo
apps/mobile/**/.expo/
apps/mobile/**/dist/
apps/mobile/**/web-build/
apps/mobile/**/expo-env.d.ts
# Native
apps/mobile/**/.kotlin/
apps/mobile/**/*.orig.*
apps/mobile/**/*.jks
apps/mobile/**/*.p8
apps/mobile/**/*.p12
apps/mobile/**/*.key
apps/mobile/**/*.mobileprovision
# Metro
apps/mobile/**/.metro-health-check*
# debug
apps/mobile/**/npm-debug.*
apps/mobile/**/yarn-debug.*
apps/mobile/**/yarn-error.*
# macOS
apps/mobile/**/.DS_Store
apps/mobile/**/*.pem
# local env files
apps/mobile/**/.env*.local
# typescript
apps/mobile/**/*.tsbuildinfo
# https://docs.expo.dev/workflow/continuous-native-generation/
apps/mobile/**/android/
apps/mobile/**/ios/
# From apps/web/.gitignore
# build output
apps/web/**/dist/
# generated types
apps/web/**/.astro/
# dependencies
apps/web/**/node_modules/
# logs
apps/web/**/npm-debug.log*
apps/web/**/yarn-debug.log*
apps/web/**/yarn-error.log*
apps/web/**/pnpm-debug.log*
# environment variables
apps/web/**/.env
apps/web/**/.env.production
# macOS-specific files
apps/web/**/.DS_Store
# jetbrains setting folder
apps/web/**/.idea/
# From packages/react-native-uniffi-russh/.gitignore
# OSX
#
packages/react-native-uniffi-russh/**/.DS_Store
# XDE
packages/react-native-uniffi-russh/**/.expo/
# VSCode
packages/react-native-uniffi-russh/**/.vscode/
packages/react-native-uniffi-russh/**/jsconfig.json
# Xcode
#
packages/react-native-uniffi-russh/**/build/
packages/react-native-uniffi-russh/**/*.pbxuser
!packages/react-native-uniffi-russh/**/default.pbxuser
packages/react-native-uniffi-russh/**/*.mode1v3
!packages/react-native-uniffi-russh/**/default.mode1v3
packages/react-native-uniffi-russh/**/*.mode2v3
!packages/react-native-uniffi-russh/**/default.mode2v3
packages/react-native-uniffi-russh/**/*.perspectivev3
!packages/react-native-uniffi-russh/**/default.perspectivev3
packages/react-native-uniffi-russh/**/xcuserdata
packages/react-native-uniffi-russh/**/*.xccheckout
packages/react-native-uniffi-russh/**/*.moved-aside
packages/react-native-uniffi-russh/**/DerivedData
packages/react-native-uniffi-russh/**/*.hmap
packages/react-native-uniffi-russh/**/*.ipa
packages/react-native-uniffi-russh/**/*.xcuserstate
packages/react-native-uniffi-russh/**/project.xcworkspace
packages/react-native-uniffi-russh/**/**/.xcode.env.local
# Android/IJ
#
packages/react-native-uniffi-russh/**/.classpath
packages/react-native-uniffi-russh/**/.cxx
packages/react-native-uniffi-russh/**/.gradle
packages/react-native-uniffi-russh/**/.idea
packages/react-native-uniffi-russh/**/.project
packages/react-native-uniffi-russh/**/.settings
packages/react-native-uniffi-russh/**/local.properties
packages/react-native-uniffi-russh/**/android.iml
# Cocoapods
#
packages/react-native-uniffi-russh/**/example/ios/Pods
# Ruby
packages/react-native-uniffi-russh/**/example/vendor/
# node.js
#
packages/react-native-uniffi-russh/**/node_modules/
packages/react-native-uniffi-russh/**/npm-debug.log
packages/react-native-uniffi-russh/**/yarn-debug.log
packages/react-native-uniffi-russh/**/yarn-error.log
# BUCK
packages/react-native-uniffi-russh/**/buck-out/
packages/react-native-uniffi-russh/**/\.buckd/
packages/react-native-uniffi-russh/**/android/app/libs
packages/react-native-uniffi-russh/**/android/keystores/debug.keystore
# Yarn
packages/react-native-uniffi-russh/**/.yarn/*
!packages/react-native-uniffi-russh/**/.yarn/patches
!packages/react-native-uniffi-russh/**/.yarn/plugins
!packages/react-native-uniffi-russh/**/.yarn/releases
!packages/react-native-uniffi-russh/**/.yarn/sdks
!packages/react-native-uniffi-russh/**/.yarn/versions
# Expo
packages/react-native-uniffi-russh/**/.expo/
# Turborepo
packages/react-native-uniffi-russh/**/.turbo/
# generated by bob
packages/react-native-uniffi-russh/lib
# React Native Codegen
packages/react-native-uniffi-russh/**/ios/generated
packages/react-native-uniffi-russh/**/android/generated
# React Native Nitro Modules
packages/react-native-uniffi-russh/**/nitrogen/
# From uniffi-bindgen-react-native
# rust_modules/
packages/react-native-uniffi-russh/**/*.a
packages/react-native-uniffi-russh/android
packages/react-native-uniffi-russh/ios
packages/react-native-uniffi-russh/cpp
packages/react-native-uniffi-russh/src/*
packages/react-native-uniffi-russh/**/*.xcframework
packages/react-native-uniffi-russh/**/*.podspec
!packages/react-native-uniffi-russh/**/src/api.ts
# From packages/react-native-uniffi-russh/rust/.gitignore
# Created by https://www.toptal.com/developers/gitignore/api/rust,xcode,android
# Edit at https://www.toptal.com/developers/gitignore?templates=rust,xcode,android
### Android ###
# Gradle files
packages/react-native-uniffi-russh/rust/**/.gradle/
packages/react-native-uniffi-russh/rust/**/build/
# Local configuration file (sdk path, etc)
packages/react-native-uniffi-russh/rust/**/local.properties
# Log/OS Files
packages/react-native-uniffi-russh/rust/**/*.log
# Android Studio generated files and folders
packages/react-native-uniffi-russh/rust/**/captures/
packages/react-native-uniffi-russh/rust/**/.externalNativeBuild/
packages/react-native-uniffi-russh/rust/**/.cxx/
packages/react-native-uniffi-russh/rust/**/*.apk
packages/react-native-uniffi-russh/rust/**/output.json
# IntelliJ
packages/react-native-uniffi-russh/rust/**/*.iml
packages/react-native-uniffi-russh/rust/**/.idea/
packages/react-native-uniffi-russh/rust/**/misc.xml
packages/react-native-uniffi-russh/rust/**/deploymentTargetDropDown.xml
packages/react-native-uniffi-russh/rust/**/render.experimental.xml
# Keystore files
packages/react-native-uniffi-russh/rust/**/*.jks
packages/react-native-uniffi-russh/rust/**/*.keystore
# Google Services (e.g. APIs or Firebase)
packages/react-native-uniffi-russh/rust/**/google-services.json
# Android Profiling
packages/react-native-uniffi-russh/rust/**/*.hprof
### Android Patch ###
packages/react-native-uniffi-russh/rust/**/gen-external-apklibs
# Replacement of .externalNativeBuild directories introduced
# with Android Studio 3.5.
### Rust ###
# Generated by Cargo
# will have compiled files and executables
packages/react-native-uniffi-russh/rust/**/debug/
packages/react-native-uniffi-russh/rust/**/target/
# These are backup files generated by rustfmt
packages/react-native-uniffi-russh/rust/**/**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
packages/react-native-uniffi-russh/rust/**/*.pdb
### Xcode ###
## User settings
packages/react-native-uniffi-russh/rust/**/xcuserdata/
## Xcode 8 and earlier
packages/react-native-uniffi-russh/rust/**/*.xcscmblueprint
packages/react-native-uniffi-russh/rust/**/*.xccheckout
### Xcode Patch ###
packages/react-native-uniffi-russh/rust/**/*.xcodeproj/*
!packages/react-native-uniffi-russh/rust/**/*.xcodeproj/project.pbxproj
!packages/react-native-uniffi-russh/rust/**/*.xcodeproj/xcshareddata/
!packages/react-native-uniffi-russh/rust/**/*.xcodeproj/project.xcworkspace/
!packages/react-native-uniffi-russh/rust/**/*.xcworkspace/contents.xcworkspacedata
packages/react-native-uniffi-russh/rust/*.gcno
packages/react-native-uniffi-russh/rust/**/**/xcshareddata/WorkspaceSettings.xcsettings
# End of https://www.toptal.com/developers/gitignore/api/rust,xcode,android
# Swift Package Manager
packages/react-native-uniffi-russh/rust/**/.build/
# macOS Ignores
packages/react-native-uniffi-russh/rust/**/.DS_Store
# Android (cargo-ndk outputs; they end up in the Android source tree)
packages/react-native-uniffi-russh/rust/**/*.so
# From packages/react-native-uniffi-russh/rust/uniffi-russh/.gitignore
!packages/react-native-uniffi-russh/rust/uniffi-russh/**/.vscode
packages/react-native-uniffi-russh/rust/uniffi-russh/**/mnt/
# From packages/react-native-xtermjs-webview/.gitignore
# Logs
packages/react-native-xtermjs-webview/**/logs
packages/react-native-xtermjs-webview/**/*.log
packages/react-native-xtermjs-webview/**/npm-debug.log*
packages/react-native-xtermjs-webview/**/yarn-debug.log*
packages/react-native-xtermjs-webview/**/yarn-error.log*
packages/react-native-xtermjs-webview/**/pnpm-debug.log*
packages/react-native-xtermjs-webview/**/lerna-debug.log*
packages/react-native-xtermjs-webview/**/node_modules
packages/react-native-xtermjs-webview/**/dist
packages/react-native-xtermjs-webview/**/dist-internal
packages/react-native-xtermjs-webview/**/dist-ssr
packages/react-native-xtermjs-webview/**/*.local
# Editor directories and files
packages/react-native-xtermjs-webview/**/.vscode/*
!packages/react-native-xtermjs-webview/**/.vscode/extensions.json
packages/react-native-xtermjs-webview/**/.idea
packages/react-native-xtermjs-webview/**/.DS_Store
packages/react-native-xtermjs-webview/**/*.suo
packages/react-native-xtermjs-webview/**/*.ntvs*
packages/react-native-xtermjs-webview/**/*.njsproj
packages/react-native-xtermjs-webview/**/*.sln
packages/react-native-xtermjs-webview/**/*.sw?