Embed live_kit_client's .gitignore into top-level .gitignore
Co-authored-by: Max Brunsfeld <max@zed.dev>
This commit is contained in:
parent
ddc71653ad
commit
990c83eabd
2 changed files with 9 additions and 10 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -9,4 +9,12 @@
|
||||||
/assets/themes/*.json
|
/assets/themes/*.json
|
||||||
/assets/themes/Internal/*.json
|
/assets/themes/Internal/*.json
|
||||||
/assets/themes/Experiments/*.json
|
/assets/themes/Experiments/*.json
|
||||||
**/venv
|
**/venv
|
||||||
|
.build
|
||||||
|
Packages
|
||||||
|
*.xcodeproj
|
||||||
|
xcuserdata/
|
||||||
|
DerivedData/
|
||||||
|
.swiftpm/config/registries.json
|
||||||
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||||
|
.netrc
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
.DS_Store
|
|
||||||
/.build
|
|
||||||
/Packages
|
|
||||||
/*.xcodeproj
|
|
||||||
xcuserdata/
|
|
||||||
DerivedData/
|
|
||||||
.swiftpm/config/registries.json
|
|
||||||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
|
||||||
.netrc
|
|
Loading…
Add table
Add a link
Reference in a new issue