-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (46 loc) · 888 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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
Comet.Web/.vscode/
Comet.Web/npm-debug.log*
Comet.Web/.idea/
Comet.Web/.sourcemaps/
Comet.Web/.sass-cache/
Comet.Web/.tmp/
Comet.Web/.versions/
Comet.Web/coverage/
Comet.Web/dist/
Comet.Web/node_modules/
Comet.Web/tmp/
Comet.Web/temp/
Comet.Web/hooks/
Comet.Web/platforms/
Comet.Web/plugins/
Comet.Web/plugins/android.json
Comet.Web/plugins/ios.json
Comet.Web/www/
Comet.Web/$RECYCLE.BIN/
Comet.Web/.DS_Store
Comet.Web/Thumbs.db
Comet.Web/UserInterfaceState.xcuserstate
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
.vs/
packages/
Comet.Android/bin
Comet.Android/obj
Comet.Android/Assets/www
Comet.Ios/bin
Comet.Ios/obj
Comet.Ios/Views
Comet.Web/bin
JpushJarBinding/bin
JpushJarBinding/obj