29 lines
512 B
Plaintext
29 lines
512 B
Plaintext
# Logs
|
|
frontend/logs
|
|
frontend/*.log
|
|
frontend/npm-debug.log*
|
|
frontend/yarn-debug.log*
|
|
frontend/yarn-error.log*
|
|
frontend/pnpm-debug.log*
|
|
frontend/lerna-debug.log*
|
|
|
|
frontend/node_modules
|
|
frontend/dist
|
|
frontend/dist-ssr
|
|
frontend/*.local
|
|
|
|
# Editor directories and files
|
|
frontend/.vscode/*
|
|
frontend/!.vscode/extensions.json
|
|
frontend/.idea
|
|
frontend/.DS_Store
|
|
frontend/*.suo
|
|
frontend/*.ntvs*
|
|
frontend/*.njsproj
|
|
frontend/*.sln
|
|
frontend/*.sw?
|
|
|
|
# Do not commit some backend directories
|
|
backend/target/*
|
|
backend/.settings/*
|