.gitignore 467 B

1234567891011121314151617181920212223242526272829303132333435
  1. # osx
  2. .DS_Store
  3. Icon?
  4. *.swp
  5. # Thumbnails
  6. ._*
  7. # Files that might appear on external disk
  8. .Spotlight-V100
  9. .Trashes
  10. # Xcode
  11. build/*
  12. *.pbxuser
  13. !default.pbxuser
  14. *.mode1v3
  15. !default.mode1v3
  16. *.mode2v3
  17. !default.mode2v3
  18. *.perspectivev3
  19. !default.perspectivev3
  20. *.xcworkspace
  21. !default.xcworkspace
  22. xcuserdata
  23. profile
  24. *.moved-aside
  25. build
  26. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  27. Carthage/Checkouts
  28. Carthage/Build
  29. #VScode
  30. .vscode