diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 393295b..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 330d167..be35341 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ xcuserdata/ *.xccheckout ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) +**/.DS_Store build/ DerivedData/ *.moved-aside @@ -88,3 +89,5 @@ fastlane/test_output # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ +/.DS_Store +/AudioExample/AudioExample/.DS_Store diff --git a/AudioExample/AudioExample/.DS_Store b/AudioExample/AudioExample/.DS_Store deleted file mode 100644 index 783a916..0000000 Binary files a/AudioExample/AudioExample/.DS_Store and /dev/null differ