UNPKG

1.81 kBPlain TextView Raw
1/coverage
2/dist
3/lib
4/docs
5/node_modules
6/yarn-error.log
7
8
9# Created by https://www.toptal.com/developers/gitignore/api/yarn,node,elm
10# Edit at https://www.toptal.com/developers/gitignore?templates=yarn,node,elm
11
12### Elm ###
13# elm-package generated files
14elm-stuff
15# elm-repl generated files
16repl-temp-*
17
18### Node ###
19# Logs
20logs
21*.log
22npm-debug.log*
23yarn-debug.log*
24yarn-error.log*
25lerna-debug.log*
26
27# Diagnostic reports (https://nodejs.org/api/report.html)
28report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
29
30# Runtime data
31pids
32*.pid
33*.seed
34*.pid.lock
35
36# Directory for instrumented libs generated by jscoverage/JSCover
37lib-cov
38
39# Coverage directory used by tools like istanbul
40coverage
41*.lcov
42
43# node-waf configuration
44.lock-wscript
45
46# Compiled binary addons (https://nodejs.org/api/addons.html)
47build/Release
48
49# Dependency directories
50node_modules/
51jspm_packages/
52
53# TypeScript v1 declaration files
54typings/
55
56# TypeScript cache
57*.tsbuildinfo
58
59# Optional npm cache directory
60.npm
61
62# Optional eslint cache
63.eslintcache
64
65# Optional stylelint cache
66.stylelintcache
67
68# Microbundle cache
69.rpt2_cache/
70.rts2_cache_cjs/
71.rts2_cache_es/
72.rts2_cache_umd/
73
74# Optional REPL history
75.node_repl_history
76
77# Output of 'npm pack'
78*.tgz
79
80# Yarn Integrity file
81.yarn-integrity
82
83# dotenv environment variables file
84.env
85.env.test
86.env*.local
87
88# TernJS port file
89.tern-port
90
91# Stores VSCode versions used for testing VSCode extensions
92.vscode-test
93
94# Temporary folders
95tmp/
96temp/
97
98### yarn ###
99# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
100
101.yarn/*
102!.yarn/releases
103!.yarn/plugins
104!.yarn/sdks
105!.yarn/versions
106
107# if you are NOT using Zero-installs, then:
108# comment the following lines
109!.yarn/cache
110
111# and uncomment the following lines
112# .pnp.*
113
114# End of https://www.toptal.com/developers/gitignore/api/yarn,node,elm