Spaces:
Running
Running
# Logs | |
logs | |
*.log | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
pnpm-debug.log* | |
lerna-debug.log* | |
node_modules | |
dist | |
dist-ssr | |
*.local | |
# Editor directories and files | |
.vscode/* | |
!.vscode/extensions.json | |
.idea | |
.DS_Store | |
*.suo | |
*.ntvs* | |
*.njsproj | |
*.sln | |
*.sw? | |
# Environment variables | |
.env.* | |
.env | |
# Exclude .env.public | |
!.env.public | |
# Bun | |
bun.lockb | |
# Ignore binary STL files | |
*.STL | |
*.stl | |
# OS specific files | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Node.js dependencies | |
node_modules/ | |
npm-debug.log | |
yarn-debug.log | |
yarn-error.log | |
# Build files | |
/dist | |
/build | |