From 9bb33b46dd41a572b21599403f0c4576ca233c5d Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Thu, 16 May 2024 08:06:02 -0700 Subject: [PATCH] Update gitignore. --- .editorconfig | 9 --------- .gitignore | 6 ++++-- 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index b46a8f0f..00000000 --- a/.editorconfig +++ /dev/null @@ -1,9 +0,0 @@ -root = true - -[*] -end_of_line = lf -insert_final_newline = true - -[*.swift] -indent_style = space -indent_size = 4 diff --git a/.gitignore b/.gitignore index a2da4812..87e4c200 100644 --- a/.gitignore +++ b/.gitignore @@ -92,11 +92,13 @@ iOSInjectionProject/ Package.resolved *.xcuserdatad /.swiftpm/xcode/xcshareddata - -# XCFramework Segment-Package_XCFramework *.zip Segment.xcframework.zip Segment.xcframework XCFrameworkOutput *.sha256 +.fleet +.idea +.vscode +.editorconfig