-
-
Notifications
You must be signed in to change notification settings - Fork 339
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (40 loc) · 653 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (40 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# frontend assets
internal/service/frontend/assets/fonts/*
internal/service/frontend/assets/*
!internal/service/frontend/assets/.gitkeep
# copied schema
ui/src/assets/dag.schema.json
# frontend test artifacts
ui/test-results/
ui/playwright-report/
# NVM
.nvmrc
# tmp files
tmp/*
# MacOS
.DS_Store
# Goland
.idea
# Directory for local development
.local/
# Coverage files
coverage.*
# Debug files
__debug_bin*
# Misc files
.aider*
.serena
# Local configuration files
*.local.md
*.local.json
# Profile files
*.prof
# Go cache
.gocache
.gomodcache
# Ralph PRD file
prd.json
# Compiled integration test binary
intg.test
# Build output
dist/