25 lines
299 B
Plaintext
25 lines
299 B
Plaintext
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Test projects
|
||
|
|
test-projects/
|
||
|
|
test-samples/
|
||
|
|
|
||
|
|
# Documentation (keep docs/ for inline help)
|
||
|
|
*.md
|
||
|
|
!docs/*.md
|
||
|
|
|
||
|
|
# Development files
|
||
|
|
.security-lint.json.example
|
||
|
|
.idea/
|
||
|
|
.vscode/
|
||
|
|
|
||
|
|
# Composer cache
|
||
|
|
vendor/
|
||
|
|
|
||
|
|
# Docker files (avoid recursion)
|
||
|
|
Dockerfile
|
||
|
|
docker-compose.yml
|
||
|
|
.dockerignore
|