mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
42 lines
587 B
Text
42 lines
587 B
Text
# macOS
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
DerivedData/
|
|
.DerivedData/
|
|
DerivedData-*/
|
|
*.xcresult
|
|
*.xcuserstate
|
|
*.xcuserdata/
|
|
*.xcuserdatad/
|
|
xcuserdata/
|
|
*.moved-aside
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
|
|
# Build products
|
|
build/
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
Packages/
|
|
Package.resolved
|
|
|
|
# SwiftPM (Xcode integration)
|
|
*.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# StoreKit local testing artifacts
|
|
*.storekituser
|
|
*.storekitstate
|
|
|
|
# Fastlane (if you ever add it)
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots
|
|
fastlane/test_output
|