-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (43 loc) · 929 Bytes
/
.gitignore
File metadata and controls
48 lines (43 loc) · 929 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
.DS_Store
# Build outputs
dist/
build/
target/
server/target/
client/dist/
packages/inspector-agent/.build/
packages/inspector-agent/.swiftpm/
packages/nativescript-inspector/build/
packages/nativescript-inspector/dist/
packages/nativescript-inspector/index.js
packages/nativescript-inspector/index.mjs
packages/nativescript-inspector/index.d.ts
packages/react-native-inspector/dist/
packages/flutter-inspector/.dart_tool/
packages/flutter-inspector/pubspec.lock
docs/.vitepress/dist/
docs/.vitepress/cache/
ios/*
!ios/PRIVACY.md
ios/DerivedData/
cloud/
.cache/
.playwright-mcp/
simdeck-snapshot.md
# Package manager installs and caches
node_modules/
client/node_modules/
packages/nativescript-inspector/node_modules/
packages/react-native-inspector/node_modules/
# Local editor state
.vscode/
.idea/
# Local environment files
.env
.env.local
.env.*.local
# Tooling logs
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*