20 lines
134 B
Plaintext
20 lines
134 B
Plaintext
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary
|
|
*.tmp
|
|
*.bak
|
|
.cache/
|
|
|
|
# Test output
|
|
test-output/
|
|
*.test.md
|