-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
34 lines (30 loc) · 1 KB
/
.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
# ---------------------------------------------------
# Ignore real .env files (only keep .env.example)
# ---------------------------------------------------
.env
*.env
# ---------------------------------------------------
# AppFlowy Frontend (Flutter) build artifacts
# ---------------------------------------------------
appflowy/frontend/flowy_infra/build/
appflowy/frontend/flowy_infra/.dart_tool/
appflowy/frontend/flowy_infra/.packages
appflowy/frontend/flowy_infra/pubspec.lock
# ---------------------------------------------------
# AppFlowy Backend (Rust) build artifacts
# ---------------------------------------------------
appflowy/backend/target/
# ---------------------------------------------------
# Local Backup Files (if any are generated or stored)
# ---------------------------------------------------
*.sql
/tmp/
# ---------------------------------------------------
# OS- and Editor-Specific Files
# ---------------------------------------------------
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo