Add SQLite system library package
This commit is contained in:
parent
77639572ea
commit
53e654532d
6 changed files with 153 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
## General
|
||||
.DS_Store
|
||||
.swiftpm
|
||||
.build/
|
||||
|
||||
## Various settings
|
||||
Package.resolved
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode1v3
|
||||
!default.mode1v3
|
||||
*.mode2v3
|
||||
!default.mode2v3
|
||||
*.perspectivev3
|
||||
!default.perspectivev3
|
||||
xcuserdata/
|
||||
*.xcuserdatad/
|
||||
Loading…
Add table
Add a link
Reference in a new issue