Initial commit: Tapalka monorepo (bot, front, strapi)
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user