mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
26 lines
289 B
Plaintext
26 lines
289 B
Plaintext
# Ignore Docker-related configs
|
|
.dockerignore
|
|
docker-compose.yml
|
|
docker-compose*.yml
|
|
|
|
# Development/Editor config
|
|
.idea
|
|
.vscode
|
|
|
|
# Node-related
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
pnpm-debug.log
|
|
|
|
# Next.js build output
|
|
.next
|
|
out
|
|
|
|
|
|
|
|
# Docs and markdowns
|
|
README.md
|
|
*.md
|