rnx-kit/.gitignore

46 строки
811 B
Plaintext
Исходник Обычный вид История

**/android/build/
**/app/build/
**/target/.rustc_info.json
**/target/CACHEDIR.TAG
**/target/debug/
**/target/release/
**/windows/AppPackages/
**/windows/Generated Files/
**/windows/obj/
**/windows/x64/
2021-01-26 22:13:52 +03:00
*.log
2021-01-22 14:51:57 +03:00
*.tgz
*.xcworkspace/
.DS_Store
CI workflow update, integrate expo-app into repo (#1658) * baseline commit - merge from add-expo-app2 * factor out iOS builds for expo-app and test-app. set up a cache for cocoapods. * update dependencies * GitHub actions: factor out toolchain setup into a local action * GitHub actions: factor out yarn caching and package installation * fix indenting issue * add shell parameter * GitHub actions: factor out cocoapods installation and caching * GitHub actions: factor out android build, add Android build job for expo-app * fix callout to android build workflow * Upgrade expo-app to a TypeScript version that matches the repo * Fix version-out-of-sync issue in scripts package * Add build-ios and build-android commands to rnx-kit-scripts * Add ios and android build commands to test-app and expo-app. Update CI loops to use the new commands. * Update test-app pod versions * docs(changeset): Integrate rnx-kit-scripts with expo-app (as much as possible). Add script commands for building ios and android projects. * docs(changeset): Add android and ios build scripts. Update pod versions. * changefile * trying out using action/setup-node's cache instead of actions/cache * Remove xcpretty and formatted output that is already shown by xcodebuild. Add set -eo pipefail to halt the script on an error. * factor out GH agent types into shared env vars. move off of *-latest and onto specific versions for more stability. * fix matrix definition * revert vars for controlling agent machine types since they don't work * labeler doesn't work when submitting a PR from a fork. restrict to PRs originating from microsoft/rnx-kit. * remove unnecessary error handling * Use default node version in setup-toolchain script, rather than being explicit everywhere * Change default device to iPhone 13 * Add clang caching and integrate with CI * remove unnecessary exit 0 * setup apple after installing dependencies (RNTA is needed and is an external dependency) * add ccache config * take 2 for fixing labeler on PRs from a fork * fix cache-key for ios projects
2022-06-23 19:12:21 +03:00
.ccache/*
!.ccache/ccache.conf
.gradle/
2023-10-31 19:25:51 +03:00
.nx/cache
.nx/workspace-data
.idea/
2023-01-16 17:08:29 +03:00
.xcode.env*
2023-02-13 14:05:27 +03:00
.yarn/*
!.yarn/patches/
2023-02-13 14:05:27 +03:00
!.yarn/plugins/
!.yarn/releases/
/incubator/*/dist/
/incubator/*/lib/
/incubator/@react-native-webapis/*/lib/
/packages/*/*.LICENSE.txt
/packages/*/*/rnx-build/
/packages/*/dist/
/packages/*/ios/DerivedData/
/packages/*/ios/build/
/packages/*/lib/
/packages/*/macos/DerivedData/
/packages/*/macos/build/
/packages/template/CHANGELOG.md
Add Go to the build environment (#731) * Move TPN CLI from bin to lib and publish from there. * Fix TPN CLI path * Add tasks to download, install, build, and run Go programs as part of the build environment. In each package, Go source is under /go/<project> and binaries are compiled to /bin. * repalce ?. with equivalent code * Replace ?. with equivalent code * fix windows plaform name in go distro list * fix go executable filename on windows * Change files * Change build-tools build output to verbose for CI loops. Doesn't appear to be a way to keep dev builds as warning-only without duplicating preinstall/posinstall commands (which I don't want to maintain). * separate go task for hello world example * Add a Go build step to each package build * Add missing dependency * Change files * Move Go infra into its own package so other repos can use it. Add documentation. Remove dependency on just-scripts. * Change files * update readme file * Update packages/go/README.md Co-authored-by: Lorenzo Sciandra <lsciandra@microsoft.com> * Update packages/go/README.md Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> * Rename package from go to golang. Revert loglevel on yarn build-tools. * Add handling for non-monorepo cases. * Update packages/golang/package.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Lorenzo Sciandra <lsciandra@microsoft.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-10-22 21:24:53 +03:00
/scripts/bin/
/scripts/lib/
Pods/
coverage/
local.properties
msbuild.binlog
2019-11-16 00:38:14 +03:00
node_modules/
!**/__fixtures__/**/node_modules/