Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 inc/bower_components | 1 inc/bower_components |
| 2 node_modules | 2 node_modules |
| 3 | 3 |
| 4 # Gulp build/dist artifacts. | 4 # Gulp build/dist artifacts. |
| 5 dist/*/** | 5 dist/*/** |
| 6 !dist/*/.keep | 6 !dist/*/.keep |
| 7 apps/*/.tmp | 7 apps/*/.tmp |
| 8 | 8 |
| 9 # Ignore compiled JavaScript. | 9 # Ignore compiled JavaScript. |
| 10 apps/*/scripts-ts/*.js | 10 inc/apps/*/*.js |
| 11 apps/*/scripts-ts/*.js.map | 11 inc/apps/*/*.js.map |
| 12 | 12 |
| 13 # Tag files for installed Bower/NPM. | 13 # Tag files for installed Bower/NPM. |
| 14 .npm.installed | 14 .npm.installed |
| 15 .bower.installed | 15 .bower.installed |
| OLD | NEW |