32 lines
244 B
Text
32 lines
244 B
Text
|
# Configs
|
||
|
config.toml
|
||
|
|
||
|
# IDE
|
||
|
.vscode
|
||
|
.idea
|
||
|
.fleet
|
||
|
|
||
|
# Build
|
||
|
build
|
||
|
|
||
|
# Packages
|
||
|
node_modules
|
||
|
|
||
|
# Dist
|
||
|
dist
|
||
|
|
||
|
# Temp
|
||
|
tmp
|
||
|
|
||
|
# Compiled templates
|
||
|
*_templ.go
|
||
|
|
||
|
# Logs
|
||
|
logs
|
||
|
|
||
|
# Playwright
|
||
|
/test-results/
|
||
|
/playwright-report/
|
||
|
/blob-report/
|
||
|
/playwright/.cache/
|