Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: .gitignore

Issue 1247903003: Add spellcheck and word suggestion to the prediction service (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | mojo/services/prediction/public/interfaces/prediction.mojom » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # commonly generated files 1 # commonly generated files
2 *.pyc 2 *.pyc
3 *~ 3 *~
4 .*.sw? 4 .*.sw?
5 .DS_Store 5 .DS_Store
6 .classpath 6 .classpath
7 .cproject 7 .cproject
8 .gdb_history 8 .gdb_history
9 .gdbinit 9 .gdbinit
10 .landmines 10 .landmines
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 /sky/sdk/packages/mojo/pubspec.lock 94 /sky/sdk/packages/mojo/pubspec.lock
95 /sky/sdk/packages/sky/packages 95 /sky/sdk/packages/sky/packages
96 /sky/sdk/packages/sky/pubspec.lock 96 /sky/sdk/packages/sky/pubspec.lock
97 97
98 # sky tools 98 # sky tools
99 /sky/tools/skygo/linux64/sky_server 99 /sky/tools/skygo/linux64/sky_server
100 /sky/tools/skygo/mac/sky_server 100 /sky/tools/skygo/mac/sky_server
101 101
102 # downloaded keyboard_native resources. 102 # downloaded keyboard_native resources.
103 /services/keyboard_native/res/*.png 103 /services/keyboard_native/res/*.png
104
105 # downloaded prediction dictionary files.
106 /services/prediction/res/*.dict
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | mojo/services/prediction/public/interfaces/prediction.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698