SearchAlgorithms / frontend /.dockerignore
Kacemath's picture
Simple deployment: Grid Search Pathfinding with frontend and backend
e067c2d
raw
history blame contribute delete
263 Bytes
# Dependencies
node_modules/
# Build output
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
coverage/
.nyc_output/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Environment
.env
.env.*
!.env.example
# Cache
.cache/
.parcel-cache/
.turbo/