mirror of
https://github.com/jlengrand/is-it-christmas.git
synced 2026-03-10 00:11:19 +00:00
38 lines
274 B
Plaintext
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/
|