|
1 |
| -# Created by https://www.toptal.com/developers/gitignore/api/macos,node |
2 |
| -# Edit at https://www.toptal.com/developers/gitignore?templates=macos,node |
3 |
| - |
4 |
| -/dist/ |
| 1 | +# Created by https://www.toptal.com/developers/gitignore/api/macos,node,visualstudiocode |
| 2 | +# Edit at https://www.toptal.com/developers/gitignore?templates=macos,node,visualstudiocode |
5 | 3 |
|
6 | 4 | ### macOS ###
|
7 | 5 | # General
|
|
12 | 10 | # Icon must end with two \r
|
13 | 11 | Icon
|
14 | 12 |
|
| 13 | + |
15 | 14 | # Thumbnails
|
16 | 15 | ._*
|
17 | 16 |
|
@@ -39,6 +38,7 @@ npm-debug.log*
|
39 | 38 | yarn-debug.log*
|
40 | 39 | yarn-error.log*
|
41 | 40 | lerna-debug.log*
|
| 41 | +.pnpm-debug.log* |
42 | 42 |
|
43 | 43 | # Diagnostic reports (https://nodejs.org/api/report.html)
|
44 | 44 | report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
@@ -75,8 +75,8 @@ build/Release
|
75 | 75 | node_modules/
|
76 | 76 | jspm_packages/
|
77 | 77 |
|
78 |
| -# TypeScript v1 declaration files |
79 |
| -typings/ |
| 78 | +# Snowpack dependency directory (https://snowpack.dev/) |
| 79 | +web_modules/ |
80 | 80 |
|
81 | 81 | # TypeScript cache
|
82 | 82 | *.tsbuildinfo
|
@@ -105,12 +105,15 @@ typings/
|
105 | 105 | # dotenv environment variables file
|
106 | 106 | .env
|
107 | 107 | .env.test
|
| 108 | +.env.production |
108 | 109 |
|
109 | 110 | # parcel-bundler cache (https://parceljs.org/)
|
110 | 111 | .cache
|
| 112 | +.parcel-cache |
111 | 113 |
|
112 | 114 | # Next.js build output
|
113 | 115 | .next
|
| 116 | +out |
114 | 117 |
|
115 | 118 | # Nuxt.js build / generate output
|
116 | 119 | .nuxt
|
@@ -140,4 +143,27 @@ dist
|
140 | 143 | # Stores VSCode versions used for testing VSCode extensions
|
141 | 144 | .vscode-test
|
142 | 145 |
|
143 |
| -# End of https://www.toptal.com/developers/gitignore/api/macos,node |
| 146 | +# yarn v2 |
| 147 | +.yarn/cache |
| 148 | +.yarn/unplugged |
| 149 | +.yarn/build-state.yml |
| 150 | +.yarn/install-state.gz |
| 151 | +.pnp.* |
| 152 | + |
| 153 | +### VisualStudioCode ### |
| 154 | +.vscode/* |
| 155 | +!.vscode/settings.json |
| 156 | +!.vscode/tasks.json |
| 157 | +!.vscode/launch.json |
| 158 | +!.vscode/extensions.json |
| 159 | +*.code-workspace |
| 160 | + |
| 161 | +# Local History for Visual Studio Code |
| 162 | +.history/ |
| 163 | + |
| 164 | +### VisualStudioCode Patch ### |
| 165 | +# Ignore all local history of files |
| 166 | +.history |
| 167 | +.ionide |
| 168 | + |
| 169 | +# End of https://www.toptal.com/developers/gitignore/api/macos,node,visualstudiocode |
0 commit comments