mirror of
https://github.com/JorySeverijnse/ui-fixer-supreme.git
synced 2025-12-06 21:36:57 +00:00
34 lines
412 B
Plaintext
34 lines
412 B
Plaintext
# See https://docs.docker.com/engine/reference/builder/#dockerignore-file
|
|
|
|
# Dependencies
|
|
node_modules
|
|
/node_modules
|
|
|
|
# Build artifacts
|
|
dist
|
|
build
|
|
.next
|
|
.output
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Local env files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE and OS files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
.DS_Store
|
|
Thumbs.db |