This repository was archived by the owner on Apr 18, 2023. It is now read-only.
File tree 2 files changed +102
-0
lines changed
2 files changed +102
-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
+ # Logs
2
+ logs
3
+ * .log
4
+ npm-debug.log *
5
+
6
+ # Runtime data
7
+ pids
8
+ * .pid
9
+ * .seed
10
+
11
+ # Directory for instrumented libs generated by jscoverage/JSCover
12
+ lib-cov
13
+
14
+ # Coverage directory used by tools like istanbul
15
+ coverage
16
+
17
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
18
+ .grunt
19
+
20
+ # node-waf configuration
21
+ .lock-wscript
22
+
23
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
24
+ build /Release
25
+
26
+ # Dependency directories
27
+ node_modules
28
+ jspm_packages
29
+
30
+ # Optional npm cache directory
31
+ .npm
32
+
33
+ # Optional REPL history
34
+ .node_repl_history
35
+
36
+ # =========================
37
+ # Operating System Files
38
+ # =========================
39
+
40
+ # OSX
41
+ # =========================
42
+
43
+ .DS_Store
44
+ .AppleDouble
45
+ .LSOverride
46
+
47
+ # Thumbnails
48
+ ._ *
49
+
50
+ # Files that might appear in the root of a volume
51
+ .DocumentRevisions-V100
52
+ .fseventsd
53
+ .Spotlight-V100
54
+ .TemporaryItems
55
+ .Trashes
56
+ .VolumeIcon.icns
57
+
58
+ # Directories potentially created on remote AFP share
59
+ .AppleDB
60
+ .AppleDesktop
61
+ Network Trash Folder
62
+ Temporary Items
63
+ .apdisk
64
+
65
+ # Windows
66
+ # =========================
67
+
68
+ # Windows image file caches
69
+ Thumbs.db
70
+ ehthumbs.db
71
+
72
+ # Folder config file
73
+ Desktop.ini
74
+
75
+ # Recycle Bin used on file shares
76
+ $RECYCLE.BIN /
77
+
78
+ # Windows Installer files
79
+ * .cab
80
+ * .msi
81
+ * .msm
82
+ * .msp
83
+
84
+ # Windows shortcuts
85
+ * .lnk
You can’t perform that action at this time.
0 commit comments