-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.gitignore
36 lines (31 loc) · 867 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# azooKey Settings
/Gen/generated/*.gen
/Keyboard/Dictionary/*.binary
/Keyboard/Dictionary/cb/*.binary
/Keyboard/Dictionary/p/*.csv
/Keyboard/Dictionary/louds/*.louds
/Keyboard/Dictionary/louds/*.loudschars2
/Keyboard/Dictionary/louds/*.loudstxt3
/Keyboard/Dictionary/louds/*.chid
AzooKey-dict
Package.resolved
*.DS_Store
__MACOSX/
# Xcode settings
# Created by https://www.toptal.com/developers/gitignore/api/xcode
# Edit at https://www.toptal.com/developers/gitignore?templates=xcode
### Xcode ###
## User settings
xcuserdata/
## Xcode 8 and earlier
*.xcscmblueprint
*.xccheckout
### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings
# End of https://www.toptal.com/developers/gitignore/api/xcode