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

Side by Side Diff: web/.gitignore

Issue 2985273002: [web] Restructure and fix builds. (Closed)
Patch Set: [web] Restructure and fix builds. Created 3 years, 4 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 | web/apps/gulp-common.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | web/apps/gulp-common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698