Skip to content

Commit cfb0c8a

Browse files
authored
chore: expand .gitignore and add Discord link to Community section
1 parent 6ea52f1 commit cfb0c8a

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

.gitignore

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)