Skip to content

Commit

Permalink
Add public-samples/codequest2-84xz55/.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ME-sdeo committed Jan 23, 2025
0 parents commit 1a78ff7
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
node_modules/
.yarn-integrity

# Build outputs
dist/
build/
*.tsbuildinfo

# Environment and secrets
.env
.env.*
*.env.docker
*.pem
*.key
*.crt

# Logs
*.log
npm-debug.log*
yarn-error.log

# Test coverage
coverage/

# IDE and editor files
.idea/
.vscode/
*~
*.swp

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Infrastructure as Code
.terraform/
*.tfstate
*.tfstate.*
*.tfvars

# Temporary files
*~
*.bak
*.tmp
*.temp

# Debug files
.debug/
debug.log

# Local development
.local/
.dev/

# Docker
.docker/
*.env.docker

# SSL/TLS Certificates
*.pem
*.key
*.crt
*.csr
*.der
*.p7b
*.p7c
*.pfx
*.p12

# Cache directories
.cache/
.npm/
.eslintcache

# Test files
.nyc_output/
junit.xml

# Miscellaneous
.DS_Store
Thumbs.db

0 comments on commit 1a78ff7

Please sign in to comment.