-
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (42 loc) · 757 Bytes
/
.gitignore
File metadata and controls
57 lines (42 loc) · 757 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
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
docs/_build
docs/doctrees
build
node_modules
npm-debug.log
ios
# Except the one inside e2e-tests/test-applications/react-native-test-app/
!e2e-tests/test-applications/react-native-test-app/ios/
./android
yarn-error.log
.node-cache
e2e-tests/test-applications/**/*-error-*.log
scratch/
*.pyc
.idea
*.sublime-*
sentry.properties
dist/
dist-bin/
# npm package
*.tgz
coverage/
plugins
.eslintcache
.vscode/launch.json
package-lock.json
.env
.envrc
.sentryclirc
# AI Assistant session files
*-progress.md
*-plan.md
.claude/settings.local.json
.cursor/settings.json
# .agents/.gitignore is generated by dotagents — don't commit it.
.agents/.gitignore