From 7fdae4188d3e8c39a6f9f015960bbfabc823da1f Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sat, 15 Jan 2022 12:07:03 +0800 Subject: [PATCH] Shiki: Swiftify // gitignore update --- .gitignore | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 5bebbc3c..d68d256a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,14 @@ -build -*.pbxuser -*.mode1v3 -*.tm_build_errors *.dmg +*.mode1v3 +*.pbxuser +*.tm_build_errors +.build .DS_Store -project.xcworkspace -xcuserdata -Credits.rtf -# the executable we used to count the occurance of a string in a file -# that can be built by make -C Source/Data/bin/C_Version -# C_count.occ.exe .idea -Source/Data/* \ No newline at end of file +.swiftpm +.vscode +build +Credits.rtf +project.xcworkspace +Source/Data/* +xcuserdata \ No newline at end of file