gpt4 book ai didi

android - 推荐 .gitignore 用于 react-native

转载 作者:IT王子 更新时间:2023-10-28 23:29:55 27 4
gpt4 key购买 nike

我正在尝试 react native 和 eject 到一个完整的构建环境。遗憾的是,弹出脚本没有创建一个合理的 .gitignore 文件。

对应用程序开发不太了解,我想知道我可以在这里 .gitignore 哪些目录?

我猜:

  • android/build
  • android/app/build
  • android/.gradle/

这些都好吗,或者还有什么目录我应该.gitignore

最佳答案

下面是 .gitignore 文件随 react-native init 命令一起提供。你可以找到完整的文件here .

# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# node.js
#
node_modules/
package-lock.json # include if you are using npm - don't use both yarn and npm
npm-debug.log
yarn-error.log
yarn.lock # include if you are using yarn - don't use both npm and yarn

# BUCK
buck-out/
\.buckd/
*.keystore

# 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

# Bundle artifact
*.jsbundle

关于android - 推荐 .gitignore 用于 react-native,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49099131/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com