返回 AiToEarn
.gitignore
1 # See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
2
3 # compiled output
4 dist
5 tmp
6 out-tsc
7
8 # dependencies
9 node_modules
10
11 # IDEs and editors
12 /.idea
13 .project
14 .classpath
15 .c9/
16 *.launch
17 .settings/
18 *.sublime-workspace
19
20 # IDE - VSCode
21 .vscode/*
22 !.vscode/settings.json
23 !.vscode/tasks.json
24 !.vscode/launch.json
25 !.vscode/extensions.json
26
27 # misc
28 /.sass-cache
29 /connect.lock
30 /coverage
31 /libpeerconnection.log
32 npm-debug.log
33 yarn-error.log
34 testem.log
35 /typings
36
37 # System Files
38 .DS_Store
39 Thumbs.db
40
41 .nx/cache
42 .nx/workspace-data
43 .cursor/rules/nx-rules.mdc
44 .github/instructions/nx.instructions.md
45
46 local.config.js
47 local.config.yaml
48 .prettierignore
49 .prettierrc
50 .claude-session
51 .claude-code-router
52 .claude.json
53
54 # local docker
55 docker-compose.yml
56 nginx/
57 vitest.config.*.timestamp*
58 /.claude/settings.local.json
59 .claude/scheduled_tasks.lock
60
61 # Shopify GraphQL codegen generated files
62 **/admin.generated.d.ts
63 **/admin.types.d.ts
64 **/admin-*.schema.json
65
66 .nx-workspace-data
67 .tmp
68
69 /gzq
70 .dev-compare/
71
71 lines Plain Text