A deployable markdown editor that connects with your self hosted files and lets you edit in a beautiful interface
1# Environment variables
2.env
3.env.local
4.env.development
5.env.production
6
7# Backend (Go)
8backend/bin/
9backend/tmp/
10backend/*.exe
11backend/*.exe~
12backend/*.dll
13backend/*.so
14backend/*.dylib
15backend/*.test
16backend/*.out
17backend/go.work
18backend/go.work.sum
19**/bin/backend
20
21# Frontend (Node.js)
22frontend/node_modules/
23frontend/dist/
24frontend/.astro/
25frontend/.vercel/
26frontend/.netlify/
27frontend/.output/
28frontend/build/
29
30# Frontend logs & cache
31frontend/npm-debug.log*
32frontend/yarn-debug.log*
33frontend/yarn-error.log*
34frontend/pnpm-debug.log*
35frontend/.pnpm-store/
36
37# Database
38*.db
39*.db-shm
40*.db-wal
41data/
42*.sqlite
43*.sqlite3
44
45# Git repository cache
46repos/
47git_cache/
48
49# IDE / Editor
50.vscode/
51.idea/
52*.swp
53*.swo
54*~
55.DS_Store
56*.sublime-project
57*.sublime-workspace
58
59# Logs
60*.log
61logs/
62
63# Testing
64coverage/
65*.cover
66*.coverprofile
67
68# Docker
69.dockerignore
70
71# Temporary files
72tmp/
73temp/
74*.tmp
75
76# OS
77Thumbs.db
78.Spotlight-V100
79.Trashes
80
81# AI
82IMPLEMENTATION_PLAN.md