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

Side by Side Diff: initialize_test_fixtures/.gitignore

Issue 880713002: add LibraryIdentifier (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: Created 5 years, 10 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
OLDNEW
1 # Pub files. 1 # Pub files.
Siggi Cherem (dart-lang) 2015/01/27 20:26:28 for this contained package we can delete the .giti
jakemac 2015/01/28 17:52:31 Done.
2 /build/ 2 /build/
3 packages 3 packages
4 .pub 4 .pub
5 pubspec.lock 5 pubspec.lock
6 6
7 # Files created by dart2js. 7 # Files created by dart2js.
8 *.dart.js 8 *.dart.js
9 *.dart.precompiled.js 9 *.dart.precompiled.js
10 *.js_ 10 *.js_
11 *.js.deps 11 *.js.deps
12 *.js.map 12 *.js.map
13 *.sw? 13 *.sw?
14 14
15 # Intellij files. 15 # Intellij files.
16 .idea/ 16 .idea/
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698