@@ -5,6 +5,7 @@ npm-debug.log*
55yarn-debug.log *
66yarn-error.log *
77lerna-debug.log *
8+ .pnpm-debug.log *
89
910# Diagnostic reports (https://nodejs.org/api/report.html)
1011report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -35,15 +36,14 @@ bower_components
3536.lock-wscript
3637
3738# Compiled binary addons (https://nodejs.org/api/addons.html)
38- # build/Release
39- build * /
39+ build /Release
4040
4141# Dependency directories
4242node_modules /
4343jspm_packages /
4444
45- # TypeScript v1 declaration files
46- typings /
45+ # Snowpack dependency directory (https://snowpack.dev/)
46+ web_modules /
4747
4848# TypeScript cache
4949* .tsbuildinfo
@@ -54,6 +54,9 @@ typings/
5454# Optional eslint cache
5555.eslintcache
5656
57+ # Optional stylelint cache
58+ .stylelintcache
59+
5760# Microbundle cache
5861.rpt2_cache /
5962.rts2_cache_cjs /
@@ -69,29 +72,41 @@ typings/
6972# Yarn Integrity file
7073.yarn-integrity
7174
72- # dotenv environment variables file
75+ # dotenv environment variable files
7376.env
74- .env.test
77+ .env.development.local
78+ .env.test.local
79+ .env.production.local
80+ .env.local
7581
7682# parcel-bundler cache (https://parceljs.org/)
7783.cache
84+ .parcel-cache
7885
7986# Next.js build output
8087.next
88+ out
8189
8290# Nuxt.js build / generate output
8391.nuxt
8492dist
8593
8694# Gatsby files
8795.cache /
88- # Comment in the public line in if your project uses Gatsby and * not* Next.js
96+ # Comment in the public line in if your project uses Gatsby and not Next.js
8997# https://nextjs.org/blog/next-9-1#public-directory-support
9098# public
9199
92100# vuepress build output
93101.vuepress /dist
94102
103+ # vuepress v2.x temp and cache directory
104+ .temp
105+ .cache
106+
107+ # Docusaurus cache and generated files
108+ .docusaurus
109+
95110# Serverless directories
96111.serverless /
97112
@@ -104,18 +119,30 @@ dist
104119# TernJS port file
105120.tern-port
106121
122+ # Stores VSCode versions used for testing VSCode extensions
123+ .vscode-test
124+
125+ # yarn v2
126+ .yarn /cache
127+ .yarn /unplugged
128+ .yarn /build-state.yml
129+ .yarn /install-state.gz
130+ .pnp. *
131+
132+ # added for xPack
133+
134+ .vscode /c_cpp_properties.json
135+
107136# xpm
108137xpacks /
109- xpack- * .tgz
138+ build * /
139+
140+ /* .tgz
110141
111142# Windows
112143Thumbs.db
113144
114145# macOS
115146.DS_Store
116147
117- .vscode /c_cpp_properties.json
118-
119- build /
120-
121148# end
0 commit comments