Files
is-it-christmas/.dockerignore
Julien Lengrand-Lambert 16ae2a1430 Creating the project
2025-11-11 10:06:56 +01:00

38 lines
274 B
Plaintext

# Git
.git/
.gitignore
# Documentation
README.md
*.md
specs/
# IDE
.idea/
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db
# Build artifacts
target/
build/
*.class
*.jar
# Logs
*.log
*.log*
# Environment
.env
.env.*
# Node modules (if any)
node_modules/
# Coverage
coverage/