mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-11-08 13:20:49 -05:00
20 lines
203 B
Text
20 lines
203 B
Text
|
# build output
|
||
|
dist/
|
||
|
|
||
|
# dependencies
|
||
|
node_modules/
|
||
|
|
||
|
# logs
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
pnpm-debug.log*
|
||
|
|
||
|
|
||
|
# environment variables
|
||
|
.env
|
||
|
.env.production
|
||
|
|
||
|
# macOS-specific files
|
||
|
.DS_Store
|