35 lines
274 B
Plaintext
35 lines
274 B
Plaintext
# 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/
|