File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/target
22/default.etcd
3+
4+ # Rust
5+ ** /* .rs.bk
6+ .rustc_info.json
7+
8+ # Node.js/TypeScript/Vite
9+ node_modules /
10+ ui /node_modules /
11+ ui /dist /
12+ ui /.vite /
13+ ui /.cache /
14+ * .tsbuildinfo
15+ tests /e2e /node_modules /
16+
17+ # Editors
18+ .vscode /launch.json
19+ .idea /
20+ * .swp
21+ * .swo
22+ * ~
23+ .DS_Store
24+ Thumbs.db
25+
26+ # Logs
27+ * .log
28+ * .log. *
29+ npm-debug.log *
30+ yarn-debug.log *
31+ yarn-error.log *
32+ pnpm-debug.log *
33+
34+ # Environment variables
35+ .env
36+ .env.local
37+ .env. * .local
38+
39+ # Database files
40+ * .sqlite
41+ * .db
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for the full contribution guide including
133133# # Community
134134
135135- Contribute via [CONTRIBUTING.md](CONTRIBUTING.md) — setup, code style, and PR guidelines
136+ - Join our [Discord server](https://discord.gg/mAZzcRtP) for real-time chat with the community and maintainers
136137- Use [GitHub Discussions](https://github.com/api7/aisix/discussions) for questions, ideas, and architecture discussions
137138- Use [GitHub Issues](https://github.com/api7/aisix/issues) for bug reports, feature requests, and actionable tasks
138139- Follow repository activity for ongoing documentation and product updates
You can’t perform that action at this time.
0 commit comments