-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (60 loc) · 836 Bytes
/
Copy path.gitignore
File metadata and controls
66 lines (60 loc) · 836 Bytes
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# ==========================================
# 🌌 Federated Workspaces - Ultimate Ignores
# ==========================================
# --- System & Editor Files ---
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.vscode/
.vscode
.vscode-test-web/
.vscode-test-web
.fvm/
.fvm
.idx/
.idx
.guides/
.guides
.idea/
*.swp
*.swo
# --- Bazel Convenience Symlinks & Outputs ---
bazel-*
bazel_out/
# --- C/C++ Outputs ---
*.o
*.obj
*.a
*.lib
*.so
*.dylib
*.dll
*.out
*.exe
# --- Go Outputs ---
*.test
*.prof
__debug_bin
MODULE.bazel.lock
# --- Node / JavaScript / pnpm ---
node_modules/
.npm/
.pnpm-store/
.pnpm-debug.log*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# --- Dart / Flutter ---
.dart_tool/
.packages
.pub-cache/
.pub/
build/
coverage/
*.flutter-plugins
*.flutter-plugins-dependencies
lcov.info