File tree Expand file tree Collapse file tree 1 file changed +50
-8
lines changed Expand file tree Collapse file tree 1 file changed +50
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Logs
2
2
logs
3
3
* .log
4
- npm-debug.log *
5
4
6
5
# Runtime data
7
6
pids
@@ -17,17 +16,60 @@ coverage
17
16
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
18
17
.grunt
19
18
20
- # node-waf configuration
21
- .lock-wscript
22
-
23
19
# Compiled binary addons (http://nodejs.org/api/addons.html)
24
20
build /Release
25
21
26
22
# Dependency directory
23
+ # Commenting this out is preferred by some people, see
24
+ # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
27
25
node_modules
28
26
29
- # Optional npm cache directory
30
- .npm
27
+ # Users Environment Variables
28
+ .lock-wscript
29
+
30
+ # =========================
31
+ # Operating System Files
32
+ # =========================
33
+
34
+ # OSX
35
+ # =========================
36
+
37
+ .DS_Store
38
+ .AppleDouble
39
+ .LSOverride
40
+
41
+ # Thumbnails
42
+ ._ *
43
+
44
+ # Files that might appear on external disk
45
+ .Spotlight-V100
46
+ .Trashes
47
+
48
+ # Directories potentially created on remote AFP share
49
+ .AppleDB
50
+ .AppleDesktop
51
+ Network Trash Folder
52
+ Temporary Items
53
+ .apdisk
54
+
55
+ # Windows
56
+ # =========================
57
+
58
+ # Windows image file caches
59
+ Thumbs.db
60
+ ehthumbs.db
61
+
62
+ # Folder config file
63
+ Desktop.ini
64
+
65
+ # Recycle Bin used on file shares
66
+ $RECYCLE.BIN /
67
+
68
+ # Windows Installer files
69
+ * .cab
70
+ * .msi
71
+ * .msm
72
+ * .msp
31
73
32
- # Optional REPL history
33
- .node_repl_history
74
+ # Windows shortcuts
75
+ * .lnk
You can’t perform that action at this time.
0 commit comments