File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ indent_style = tab
5+ indent_size = 4
6+ end_of_line = lf
7+ insert_final_newline = true
Original file line number Diff line number Diff line change 1+ # Set the default behavior, in case people don't have core.autocrlf set.
2+ * text =auto
3+
4+ # Declare files that will otherwise have CRLF line endings on checkout.
5+ * .php text eol =lf
6+ * .js text eol =lf
7+ * .css text eol =lf
8+ * .md text eol =lf
9+ * .txt text eol =lf
10+ * .svg text eol =lf
11+ * .xml text eol =lf
12+ * .pot text eol =lf
13+
14+ # Denote all files that are truly binary and should not be modified.
15+ * .png binary
16+ * .jpg binary
17+ * .eot binary
18+ * .ttf binary
19+ * .woff binary
20+ * .woff2 binary
21+
22+ # GitHub baggage for development.
23+ .github export-ignore
24+ .gitattributes export-ignore
25+ .gitignore export-ignore
26+ .editorconfig export-ignore
27+ README.md export-ignore
Original file line number Diff line number Diff line change 1+ # # Packages
2+ * .zip
3+ * .7z
4+ * .gz
5+ * .tar
6+ * .rar
7+
8+ # # Local storage
9+ * .log
10+ * .ser
11+ * .sql
12+ * .sqlite
13+
14+ # # Common work-file extensions
15+ * .tmp
16+ * .bak
17+
18+ # # OS generated files
19+ .DS_Store
20+ .DS_Store ?
21+ .Spotlight-V100
22+ .Trashes
23+ ehthumbs.db
24+ Thumbs.db
You can’t perform that action at this time.
0 commit comments