taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

.gitignore (2003B)


      1 # Xcode
      2 #
      3 # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
      4 
      5 ## User settings
      6 xcuserdata/
      7 
      8 ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
      9 *.xcscmblueprint
     10 *.xccheckout
     11 
     12 ## Obj-C/Swift specific
     13 *.hmap
     14 
     15 ### macOS ###
     16 # General
     17 .DS_Store
     18 
     19 ## App packaging
     20 *.ipa
     21 *.dSYM.zip
     22 *.dSYM
     23 
     24 ## Playgrounds
     25 timeline.xctimeline
     26 playground.xcworkspace
     27 
     28 # Swift Package Manager
     29 #
     30 # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
     31 # Packages/
     32 # Package.pins
     33 Package.resolved
     34 # *.xcodeproj
     35 #
     36 # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
     37 # hence it is not needed unless you have added a package configuration file to your project
     38 .swiftpm
     39 */xcshareddata/IDEWorkspaceChecks.plist
     40 .build/
     41 
     42 # CocoaPods
     43 #
     44 # We recommend against adding the Pods directory to your .gitignore. However
     45 # you should judge for yourself, the pros and cons are mentioned at:
     46 # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
     47 #
     48 # Pods/
     49 #
     50 # Add this line if you want to avoid checking in source code from the Xcode workspace
     51 # *.xcworkspace
     52 
     53 # Carthage
     54 #
     55 # Add this line if you want to avoid checking in source code from Carthage dependencies.
     56 # Carthage/Checkouts
     57 
     58 Carthage/Build/
     59 
     60 # Accio dependency management
     61 Dependencies/
     62 .accio/
     63 
     64 # fastlane
     65 #
     66 # It is recommended to not store the screenshots in the git repo.
     67 # Instead, use fastlane to re-generate the screenshots whenever they are needed.
     68 # For more information about the recommended setup visit:
     69 # https://docs.fastlane.tools/best-practices/source-control/#source-control
     70 
     71 fastlane/report.xml
     72 fastlane/Preview.html
     73 fastlane/screenshots/**/*.png
     74 fastlane/test_output
     75 
     76 # Code Injection
     77 #
     78 # After new code Injection tools there's a generated folder /iOSInjectionProject
     79 # https://github.com/johnno1962/injectionforxcode
     80 
     81 iOSInjectionProject/