File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ # Auto detect text files and perform LF normalization
2+ * text =auto
3+
4+ # Custom for Visual Studio
5+ * .cs diff =csharp
6+
7+ # Standard to msysgit
8+ * .doc diff =astextplain
9+ * .DOC diff =astextplain
10+ * .docx diff =astextplain
11+ * .DOCX diff =astextplain
12+ * .dot diff =astextplain
13+ * .DOT diff =astextplain
14+ * .pdf diff =astextplain
15+ * .PDF diff =astextplain
16+ * .rtf diff =astextplain
17+ * .RTF diff =astextplain
Original file line number Diff line number Diff line change 1+ composer.phar
2+ /vendor /
3+
4+ # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
5+ # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
6+ # composer.lock
7+
8+ # =========================
9+ # Operating System Files
10+ # =========================
11+
12+ # Windows
13+ # =========================
14+
15+ # Windows thumbnail cache files
16+ Thumbs.db
17+ ehthumbs.db
18+ ehthumbs_vista.db
19+
20+ # Folder config file
21+ Desktop.ini
22+
23+ # Recycle Bin used on file shares
24+ $RECYCLE.BIN /
25+
26+ # Windows Installer files
27+ * .cab
28+ * .msi
29+ * .msm
30+ * .msp
31+
32+ # Windows shortcuts
33+ * .lnk
You can’t perform that action at this time.
0 commit comments