Skip to content

Commit

Permalink
Refactor ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Apr 28, 2024
1 parent 92730d6 commit 792e1d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.
27 changes: 1 addition & 26 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,5 @@ node_modules/
npm-debug.log
yarn-error.log

# Metro
.metro-health-check*

# Fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/

**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots
**/fastlane/test_output

# Bundle artifact
*.jsbundle

# Ruby / CocoaPods
platforms/mobile/ios/Pods/
/vendor/bundle/

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

# testing
# Testing
/coverage
6 changes: 6 additions & 0 deletions toolkit/native/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.gradle/
.idea
.idea/
.metro-health-check*
.vs/
.xcode.env
[Bb]in/
Expand Down Expand Up @@ -52,12 +53,17 @@ DerivedData
dist/
dist/*
ExperimentalFeatures.props
fastlane/Preview.html
fastlane/report.xml
fastlane/screenshots
fastlane/test_output
local.properties
msbuild.binlog
NuGet.Config
packages/
Pods/
rnuc.xcconfig
vendor/bundle/
x64/
x86/
xcuserdata

0 comments on commit 792e1d4

Please sign in to comment.