diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -10,11 +10,6 @@ # Astro generated types /.astro -# Old Docusaurus build (keep for reference during migration) -/build -/.docusaurus -.cache-loader - # Misc .DS_Store .env.local @@ -29,3 +24,7 @@ test-results/ npm-debug.log* yarn-debug.log* yarn-error.log* +/documents.git +/.zed +/deploy.ps1 +/docker-compose.yml |
