Files
object-browser/.gitignore
Cesar Celis Hernandez 5cb4e6f651 Adopting Playwright (#2702)
2023-03-14 09:26:06 -06:00

51 lines
651 B
Plaintext

# Playwright Data
portal-ui/storage/
portal-ui/playwright/.auth/admin.json
# Report from Playwright
portal-ui/playwright-report/
# Coverage from Playwright
portal-ui/.nyc_output/
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
.DS_Store
*.swp
*.orig
# Test binary, build with `go test -c`
*.test
.idea/
vendor/
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Ignore executables
target/
!pkg/logger/target/
console
!console/
dist/
# Ignore node_modules
portal-ui/node_modules/
# Ignore tls cert and key
private.key
public.crt
# Ignore VsCode files
.vscode/
*.code-workspace
*~
.eslintcache