-
Notifications
You must be signed in to change notification settings - Fork 368
Expand file tree
/
Copy path.prettierignore
More file actions
91 lines (74 loc) · 1.13 KB
/
.prettierignore
File metadata and controls
91 lines (74 loc) · 1.13 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Dependencies
node_modules/
**/node_modules/
# Build outputs
build/
dist/
lib/
android/build/
ios/build/
example/android/build/
example/ios/build/
**/build/
**/.gradle/
**/.cxx/
# Generated files
*.log
*.min.js
*.bundle.js
android/.gradle/
.gradle/
# React Native specific
*.pbxproj
*.xcworkspace/
*.xcodeproj/
*.xcscheme
# Platform specific
.DS_Store
Thumbs.db
# Git
.git/
# IDE
.vscode/
.idea/
**/.claude/
# Expo
.expo/
# CocoaPods
Pods/
**/Pods/
Podfile.lock
*.podspec.json
# Metro
.metro-health-check*
# Temp files
*.tmp
*.temp
# Generated source maps
*.map
# Android specific generated files
**/intermediates/
**/outputs/
**/generated/
**/.cxx/
gradle-wrapper.properties
output-metadata.json
compile_commands.json
metadata_generation_record.json
build_model.json
*.json.bak
# iOS specific generated files
**/DerivedData/
**/xcuserdata/
**/*.generated.swift
**/*.generated.h
# React Native generated
**/autolinking.json
# README files in dependencies
**/Pods/**/README.md
# Specific files that shouldn't be formatted
example/android/gradle/wrapper/gradle-wrapper.properties
# Lockfiles
yarn.lock
package-lock.json
**/packages.lock.json