-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
73 lines (61 loc) ยท 3.27 KB
/
.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Last login: Sat Nov 14 12:56:05 on ttys000
[oh-my-zsh] Insecure completion-dependent directories detected:
drwxrwxr-x 7 mingzzi admin 224 9 10 13:15 /usr/local/share/zsh
drwxrwxr-x 4 mingzzi admin 128 9 10 13:13 /usr/local/share/zsh/site-functions
[oh-my-zsh] For safety, we will not load completions from these directories until
[oh-my-zsh] you fix their permissions and ownership and restart zsh.
[oh-my-zsh] See the above list for directories with group or other writability.
[oh-my-zsh] To fix your permissions you can do so by disabling
[oh-my-zsh] the write permission of "group" and "others" and making sure that the
[oh-my-zsh] owner of these directories is either root or your current user.
[oh-my-zsh] The following command may help:
[oh-my-zsh] compaudit | xargs chmod g-w,o-w
[oh-my-zsh] If the above didn't help or you want to skip the verification of
[oh-my-zsh] insecure directories you can set the variable ZSH_DISABLE_COMPFIX to
[oh-my-zsh] "true" before oh-my-zsh is sourced in your zshrc file.
mingzzi@gimminhuiui-MacBookPro ๎ฐ ~ ๎ฐ cd /Volumes/NEW/RunnersHi_Develop_iOS
mingzzi@gimminhuiui-MacBookPro ๎ฐ /Volumes/NEW/RunnersHi_Develop_iOS ๎ฐ ๎ minit โ ๎ฐ cd Runners_Hi
mingzzi@gimminhuiui-MacBookPro ๎ฐ /Volumes/NEW/RunnersHi_Develop_iOS/Runners_Hi ๎ฐ ๎ minit โ ๎ฐ vi .gitattributes
mingzzi@gimminhuiui-MacBookPro ๎ฐ /Volumes/NEW/RunnersHi_Develop_iOS/Runners_Hi ๎ฐ ๎ minit โ ๎ฐ ls Podfile Pods Runners_Hi.xcodeproj
Podfile.lock Runners_Hi Runners_Hi.xcworkspace
mingzzi@gimminhuiui-MacBookPro ๎ฐ /Volumes/NEW/RunnersHi_Develop_iOS/Runners_Hi ๎ฐ ๎ minit โ ๎ฐ cd ..
mingzzi@gimminhuiui-MacBookPro ๎ฐ /Volumes/NEW/RunnersHi_Develop_iOS ๎ฐ ๎ minit โ ๎ฐ ls -al
total 512
drwxrwxrwx 1 mingzzi staff 32768 10 14 23:25 .
drwxrwxrwx@ 1 mingzzi staff 32768 11 14 14:36 ..
drwxrwxrwx 1 mingzzi staff 32768 11 14 12:58 .git
-rwxrwxrwx 1 mingzzi staff 42 9 12 01:47 .gitattributes
-rwxrwxrwx 1 mingzzi staff 3066 9 12 01:47 .gitignore
drwxrwxrwx 1 mingzzi staff 32768 10 1 01:25 README
-rwxrwxrwx 1 mingzzi staff 11863 10 14 23:25 README.md
drwxrwxrwx 1 mingzzi staff 32768 11 14 14:36 Runners_Hi
mingzzi@gimminhuiui-MacBookPro ๎ฐ /Volumes/NEW/RunnersHi_Develop_iOS ๎ฐ ๎ minit โ ๎ฐ vi .gitignore
# Created by https://www.toptal.com/developers/gitignore/api/swift,xcode,cocoapods
# Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,cocoapods
### CocoaPods ###
## CocoaPods GitIgnore Template
# CocoaPods - Only use to conserve bandwidth / Save time on Pushing
# - Also handy if you have a large number of dependant pods
# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE
Pods/
### Swift ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## User settings
xcuserdata/
.DS_Store
._*
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
".gitignore" 115L, 3066C