Scaffold project skeleton with DESIGN.md and supporting docs

This commit is contained in:
2026-06-16 17:09:45 +02:00
parent 217edeb568
commit 8da5dcec9b
6 changed files with 770 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Go
/go/bin/
/go/pkg/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
/vendor/
dist/
# Mattermost plugin
*.tar.gz
plugin.tar.gz
/server/plugin
/server/dist
# IDE / editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# OS
Thumbs.db
Desktop.ini
# Build artifacts
/tmp/
/build/