Shiki: Swiftify // gitignore update
This commit is contained in:
parent
92cace1fce
commit
7fdae4188d
|
@ -1,14 +1,14 @@
|
||||||
build
|
|
||||||
*.pbxuser
|
|
||||||
*.mode1v3
|
|
||||||
*.tm_build_errors
|
|
||||||
*.dmg
|
*.dmg
|
||||||
|
*.mode1v3
|
||||||
|
*.pbxuser
|
||||||
|
*.tm_build_errors
|
||||||
|
.build
|
||||||
.DS_Store
|
.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
|
.idea
|
||||||
Source/Data/*
|
.swiftpm
|
||||||
|
.vscode
|
||||||
|
build
|
||||||
|
Credits.rtf
|
||||||
|
project.xcworkspace
|
||||||
|
Source/Data/*
|
||||||
|
xcuserdata
|
Loading…
Reference in New Issue