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

Unified Diff: web/.gitignore

Issue 2985273002: [web] Restructure and fix builds. (Closed)
Patch Set: [web] Restructure and fix builds. Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | web/apps/gulp-common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/.gitignore
diff --git a/web/.gitignore b/web/.gitignore
index c1caf29862370e3742f0249dd77f6e0a3280ec42..5ce46b94a3115835c5ebb2a4683b171443acdd22 100644
--- a/web/.gitignore
+++ b/web/.gitignore
@@ -7,8 +7,8 @@ dist/*/**
apps/*/.tmp
# Ignore compiled JavaScript.
-apps/*/scripts-ts/*.js
-apps/*/scripts-ts/*.js.map
+inc/apps/*/*.js
+inc/apps/*/*.js.map
# Tag files for installed Bower/NPM.
.npm.installed
« 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