wangtengyu
2018-11-09 41fc80adb208e8bbf0bd0a65d9c3051b78fd4501
commit | author | age
a5a648 1 # Specifies intentionally untracked files to ignore when using Git
W 2 # http://git-scm.com/docs/gitignore
3
4 *~
5 *.sw[mnpcod]
6 *.log
7 *.tmp
8 *.tmp.*
9 log.txt
10 *.sublime-project
11 *.sublime-workspace
12 .vscode/
13 npm-debug.log*
14
15 .idea/
16 .sass-cache/
17 .tmp/
18 .versions/
19 coverage/
20 dist/
21 node_modules/
22 tmp/
23 temp/
24 hooks/
25 platforms/
26 plugins/
27 plugins/android.json
28 plugins/ios.json
29 www/
30 $RECYCLE.BIN/
31
32 .DS_Store
33 Thumbs.db
34 UserInterfaceState.xcuserstate