mirror of
https://github.com/software-mansion/react-native-reanimated.git
synced 2026-03-26 18:08:21 +00:00
## Summary Migrated the java files in the worklets package to kotlin, added .claude to gitignore ## Test plan Build the fabric-example, ensured that the examples are working as expected
86 lines
942 B
Plaintext
86 lines
942 B
Plaintext
# OSX
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
apple/build
|
|
ios/build
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
project.xcworkspace
|
|
|
|
# Android/IJ
|
|
android/build
|
|
*.iml
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
android/src/main/JNILibs/
|
|
android/.cxx
|
|
android/.kotlin
|
|
|
|
# node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
package-lock.json
|
|
|
|
# vscode
|
|
jsconfig.json
|
|
.project
|
|
.vscode
|
|
|
|
# BUCK
|
|
buck-out/
|
|
bin/
|
|
\.buckd/
|
|
android/app/libs
|
|
android/keystores/debug.keystore
|
|
|
|
# CocoaPods
|
|
apple/Pods/
|
|
|
|
# generated by bob
|
|
lib/
|
|
react-native-reanimated-tests.js
|
|
|
|
# Eclipse
|
|
.settings/
|
|
|
|
# yarn
|
|
**/.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# pre-commit
|
|
.husky/log.txt
|
|
|
|
# clangd
|
|
.cache
|
|
CompilationDatabase
|
|
compile_commands.json
|
|
|
|
build/
|
|
|
|
# Playwright
|
|
test-results/
|
|
playwright-report/
|
|
playwright/.cache/
|
|
|
|
# Claude
|
|
.claude
|