mirror of
https://github.com/otaviocc/Triton.git
synced 2026-01-30 04:04:27 +00:00
29 lines
261 B
Text
29 lines
261 B
Text
# xcode
|
|
*.pbxuser
|
|
*.perspective
|
|
*.perspectivev3
|
|
*.mode1v3
|
|
*.mode2v3
|
|
xcuserdata
|
|
build/*
|
|
DerivedData/
|
|
# *.xcworkspace/
|
|
|
|
# osx
|
|
.DS_Store
|
|
|
|
# vscode
|
|
.vscode/*
|
|
|
|
# Bundler
|
|
.bundle
|
|
|
|
# Carthage
|
|
Carthage
|
|
|
|
# CocoaPods
|
|
Pods/
|
|
Packages/*/Package.resolved
|
|
|
|
# Environment
|
|
.env
|