Scaffold project skeleton with DESIGN.md and supporting docs
This commit is contained in:
+34
@@ -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/
|
||||
Reference in New Issue
Block a user