website/.gitignore

33 lines
330 B
Text
Raw Permalink Normal View History

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
yarn.lock
2024-11-23 16:16:03 +03:30
bun.lockb
node_modules
.DS_Store
2024-03-30 14:28:15 +03:30
dist/
dist-ssr
coverage
*.local
/cypress/videos/
/cypress/screenshots/
2024-11-23 16:16:03 +03:30
.next
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?