Files
Tapalka/.gitignore

35 lines
502 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Duplicate nested directory at repo root
/СlickerDomenik/
# Stray Windows reserved-name files (anywhere in repo)
nul
_nul
# Dependencies / build artifacts (catch-all, anywhere in repo)
node_modules/
.next/
out/
dist/
build/
.strapi/
.strapi-updater.json
.strapi-cloud.json
coverage/
.tmp/
.cache/
# Editor / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local-only env overrides (real .env files are committed per user request)
.env*.local