wangtengyu
2018-11-09 41fc80adb208e8bbf0bd0a65d9c3051b78fd4501
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
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
 
*~
*.sw[mnpcod]
*.log
*.tmp
*.tmp.*
log.txt
*.sublime-project
*.sublime-workspace
.vscode/
npm-debug.log*
 
.idea/
.sass-cache/
.tmp/
.versions/
coverage/
dist/
node_modules/
tmp/
temp/
hooks/
platforms/
plugins/
plugins/android.json
plugins/ios.json
www/
$RECYCLE.BIN/
 
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate