2021-08-15 19:13:58 +00:00
|
|
|
# build output
|
2022-03-30 02:17:46 +00:00
|
|
|
dist/
|
|
|
|
.output/
|
2021-08-15 19:13:58 +00:00
|
|
|
|
|
|
|
# dependencies
|
|
|
|
node_modules/
|
|
|
|
|
|
|
|
# logs
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2022-03-30 15:41:53 +00:00
|
|
|
pnpm-debug.log*
|
|
|
|
|
2021-08-15 19:13:58 +00:00
|
|
|
|
|
|
|
# environment variables
|
|
|
|
.env
|
|
|
|
.env.production
|
|
|
|
|
|
|
|
# macOS-specific files
|
|
|
|
.DS_Store
|