2022-12-18 11:56:34 -05:00
|
|
|
# build output
|
|
|
|
dist/
|
|
|
|
.output/
|
2021-07-23 08:20:32 -04:00
|
|
|
|
2022-12-18 11:56:34 -05:00
|
|
|
# dependencies
|
2021-07-23 08:20:32 -04:00
|
|
|
node_modules/
|
|
|
|
|
2022-12-18 11:56:34 -05:00
|
|
|
# logs
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
pnpm-debug.log*
|
2021-07-23 08:20:32 -04:00
|
|
|
|
|
|
|
|
2022-12-18 11:56:34 -05:00
|
|
|
# environment variables
|
2021-07-23 08:20:32 -04:00
|
|
|
.env
|
2022-12-18 11:56:34 -05:00
|
|
|
.env.production
|
2021-07-23 08:20:32 -04:00
|
|
|
|
2022-12-18 11:56:34 -05:00
|
|
|
# macOS-specific files
|
|
|
|
.DS_Store
|
2022-12-19 08:42:55 -05:00
|
|
|
|
|
|
|
package-lock.json
|