32 lines
599 B
Plaintext
32 lines
599 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Live admin data — persists on the server via the docker-compose bind mount.
|
|
# The seed copy kept in data/admin-content.json is committed separately as
|
|
# the image default and is preserved here for the Docker build context only.
|
|
# Uncomment the line below if you do NOT want to track live data in git.
|
|
# data/admin-content.json
|
|
data/backups/
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|