mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
68 lines
862 B
Plaintext
68 lines
862 B
Plaintext
.DS_Store
|
|
|
|
build/**
|
|
.build
|
|
|
|
# We might want to create a real project config at some point, but for now we
|
|
# want to ignore adding the auto-generated one.
|
|
.vscode/
|
|
|
|
# Xcode
|
|
|
|
## Build generated
|
|
build/
|
|
DerivedData
|
|
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
|
|
## Other
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
|
|
## Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
.swiftpm/
|
|
|
|
# Carthage
|
|
Carthage/Build
|
|
.UlyssesRoot
|
|
.Ulysses-Settings.plist
|
|
.Ulysses-Group.plist
|
|
|
|
# IntelliJ
|
|
.idea
|
|
|
|
# Rust
|
|
Cargo.lock
|
|
|
|
# Bazel
|
|
bazel-*
|
|
/.clwb/
|
|
/dist/
|
|
/sharing/linux/dist-minimal/
|
|
/sharing/linux/app/linuxdeploy*
|
|
|
|
# Devcontainers
|
|
# /.devcontainer/
|
|
/connections/walkietalkie/
|
|
/third_party/
|