# JetBrains template
.idea
*.iml
out/

# File-based project format
*.iws

# JIRA plugin
atlassian-ide-plugin.xml

### Go template
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
vendor/

### macOS template
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# VSCode
.vscode

# log
*.log

# coverage file
coverage.html

examples/server/data/
examples/server/editor/
examples/server/cmd/server/rulego-server