35 lines
502 B
Plaintext
35 lines
502 B
Plaintext
# 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
|