Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka-1996 authored Mar 13, 2022
1 parent b00ec5e commit 4bd3735
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,46 @@
#mobile
mobile/node_modules


mobile/npm-debug.log
mobile/yarn-error.log

# Xcode
#
mobile/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
#
mobile/build/
.idea
.gradle
local.properties
*.iml

# BUCK
mobile/buck-out/
\.buckd/
*.keystore
!debug.keystore


mobile/fastlane/report.xml
mobile/fastlane/Preview.html
mobile/fastlane/screenshots

# Logs
logs
Expand Down

0 comments on commit 4bd3735

Please sign in to comment.