UNPKG

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