Consolidate Lit repositories: figma-to-lit, figma_lit_example, lit-3d-piano, lit-calculator, lit-code-editor, lit-draggable-dom, lit-file-based-routing, lit-force-graph, lit-html-editor, lit-html-table, lit-modules, lit-native, lit-node-editor, lit-sheet-music, lit-starter-ts, lit-vscode-extension, lit-wmr, vite-lit-capacitor, vite-lit-element-starter, vite-rxdb-lit
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
# ==========================================
|
||||
# 🌌 Federated Workspaces - Ultimate Ignores
|
||||
# ==========================================
|
||||
|
||||
# --- System & Editor Files ---
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.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/
|
||||
*.flutter-plugins
|
||||
*.flutter-plugins-dependencies
|
||||
Reference in New Issue
Block a user