Skip to content

Commit

Permalink
Merge branch 'main' of github.com:RACUOK/learnr into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka-1996 committed Mar 13, 2022
2 parents fbe0cd5 + 4bd3735 commit 06a879a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
#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
*.log
Expand Down

0 comments on commit 06a879a

Please sign in to comment.