Files
www.cialloo.com/.gitignore
cialloo 7f58c9c847
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 17s
feat: add S3 configuration and utility functions for blog image handling
2025-10-26 07:56:19 +08:00

31 lines
316 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
# Environment variables
.env
.env.local
.env.*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
/.ignore