molva-admin-frontend/project/.dockerignore
2025-03-25 18:59:55 +03:00

31 lines
282 B
Plaintext

# Dependencies
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
# Build output
dist
build
# Version control
.git
.gitignore
# Environment files
.env
.env.local
.env.*.local
# IDE files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# System files
.DS_Store
Thumbs.db