ZcashLightClientKit/.gitignore

82 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-05-08 06:44:12 -07:00
# Generated header file
2020-01-15 13:02:46 -08:00
# zcashlc.h # not today
2019-05-08 06:44:12 -07:00
# Rust
## Generated by Cargo
## will have compiled files and executables
/target/
2019-05-06 06:46:00 -07:00
2019-05-08 06:44:12 -07:00
## These are backup files generated by rustfmt
2019-05-06 06:46:00 -07:00
**/*.rs.bk
2019-05-08 06:44:12 -07:00
# Xcode
## Build generated
build/
DerivedData/
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
.build/
2022-02-28 09:03:20 -08:00
.swiftpm/
2019-05-08 06:44:12 -07:00
# Carthage
Carthage/Checkouts
Carthage/Build
2019-09-10 16:37:53 -07:00
Example/**/Carthage
2019-05-08 06:44:12 -07:00
# Accio dependency management
Dependencies/
.accio/
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
# Code Injection
iOSInjectionProject/
# macOS
## General
.DS_Store
.AppleDouble
.LSOverride
2019-09-09 08:30:38 -07:00
#ignore Pods directory for example project
Pods
# do not commit generated libraries to this repo
lib
*.a
env-vars.sh
2021-04-12 09:11:12 -07:00
.vscode/