Commit 361aded4 authored by Markus Mößler's avatar Markus Mößler
Browse files

added gitignore file

parent ee172246
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+91 −0
Original line number Diff line number Diff line
# Node.js dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Logs
logs/
*.log
logs/*.log
*.log.*
*.out

# Environment variables
.env
.env.local
.env.*.local

# Frontend build artifacts
build/
dist/
*.cache

# Temporary files
tmp/
temp/
*.tmp

# IDE and editor settings
.vscode/
.idea/
.DS_Store
*.swp
*.swo
*.bak

# OS-specific files
Thumbs.db
.DS_Store

# Coverage reports
coverage/
*.lcov

# Dependency directories
bower_components/

# Miscellaneous
*.lock
*.pid
*.seed
*.seed.*
*.tgz

# Test outputs
*.test-results
junit.xml
cypress/screenshots/
cypress/videos/

# Docker-related
docker-compose.override.yml
.dockerignore

# Backend specific
*.sqlite3
*.db
*.log
*.pem
*.key

# Python (if using for backend API)
__pycache__/
*.py[cod]
*.sqlite3
*.py~
*.egg-info/

# Framework-specific ignores
.next/         # Next.js
out/           # Next.js static exports
.nuxt/         # Nuxt.js
.svelte-kit/   # SvelteKit

# Package manager lockfiles
package-lock.json
yarn.lock
pnpm-lock.yaml

# Git-related
#.gitignore