Skip to content

Instantly share code, notes, and snippets.

@jalalazimi
Last active July 24, 2024 19:04
Show Gist options
  • Save jalalazimi/4f5c9cfc27becd1d5758c5afb318c150 to your computer and use it in GitHub Desktop.
Save jalalazimi/4f5c9cfc27becd1d5758c5afb318c150 to your computer and use it in GitHub Desktop.
.gitignore for react native project
# OSX
.DS_Store
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# 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/IJ
.idea
.gradle
local.properties
# node.js
node_modules/
npm-debug.log
# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment