UNPKG

1.04 kBPlain TextView Raw
1## Node
2
3# Logs
4logs
5*.log
6npm-debug.log*
7
8# Runtime data
9pids
10*.pid
11*.seed
12*.pid.lock
13
14# Directory for instrumented libs generated by jscoverage/JSCover
15lib-cov
16
17# Coverage directory used by tools like istanbul
18coverage
19
20# nyc test coverage
21.nyc_output
22
23# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24.grunt
25
26# node-waf configuration
27.lock-wscript
28
29# Compiled binary addons (http://nodejs.org/api/addons.html)
30build/Release
31
32# Dependency directories
33node_modules
34jspm_packages
35
36# Optional npm cache directory
37.npm
38
39# Optional eslint cache
40.eslintcache
41
42# Optional REPL history
43.node_repl_history
44
45## OS X
46
47*.DS_Store
48.AppleDouble
49.LSOverride
50
51# Icon must end with two \r
52Icon
53
54
55# Thumbnails
56._*
57
58# Files that might appear in the root of a volume
59.DocumentRevisions-V100
60.fseventsd
61.Spotlight-V100
62.TemporaryItems
63.Trashes
64.VolumeIcon.icns
65.com.apple.timemachine.donotpresent
66
67# Directories potentially created on remote AFP share
68.AppleDB
69.AppleDesktop
70Network Trash Folder
71Temporary Items
72.apdisk