-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
42 lines (27 loc) · 883 Bytes
/
.gitignore
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
.idea
.vscode
*/vendor
ai-dashboard/frontend/node_modules/
ai-dashboard/frontend/dist/
ai-dashboard/frontend/npm-debug.log*
ai-dashboard/frontend/yarn-debug.log*
ai-dashboard/frontend/yarn-error.log*
ai-dashboard/frontend/package-lock.json
ai-dashboard/frontend/tests/**/coverage/
ai-dashboard/frontend/*.suo
ai-dashboard/frontend/*.ntvs*
ai-dashboard/frontend/*.njsproj
ai-dashboard/frontend/*.sln
ai-dashboard/backend/target/
ai-dashboard/backend/src/main/resources/static/static/
ai-dev-console/vendor/
ai-dev-console/console/frontend/node_modules
ai-dev-console/console/frontend/npm-debug.log*
ai-dev-console/console/frontend/yarn-debug.log*
ai-dev-console/console/frontend/yarn-error.log*
ai-dev-console/console/frontend/package-lock.json
ai-dev-console/console/frontend/dist/
ai-dev-console/console/frontend/src/.umi/
commit-agent/bin/
**/.git-commit
add_head.py