Last active
July 24, 2024 19:04
-
-
Save jalalazimi/4f5c9cfc27becd1d5758c5afb318c150 to your computer and use it in GitHub Desktop.
.gitignore for react native project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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