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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/css/CSS2/.htaccess

Issue 2810063002: Stop skipping dot files in wpt-import. (Closed)
Patch Set: Created 3 years, 8 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
(Empty)
1 # Define some types
2 AddType application/xhtml+xml .xht
3 AddType text/html .htm
4 AddType text/css .css
5 AddType image/png .png
6 AddType text/plain .data .list
7
8 # Set the default character set
9 AddDefaultCharset utf-8
10
11 # Indexing Options
12 Options +Indexes
13 IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLT itles
14 IndexIgnore .htaccess *~ .#* #*# CVS README
15 ReadmeName README
16
17 # Set up the README files to be plain text
18 <files README>
19 ForceType text/plain
20 SetHandler default-handler
21 </files>
22
23 # Add some default descriptions
24 AddDescription "Information about the files in this directory" README
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698