-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
118 lines (102 loc) · 1.43 KB
/
.gitignore
File metadata and controls
118 lines (102 loc) · 1.43 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# ========================
# Kavacha LiteOS - Git Ignore
# React Native + Kotlin + Swift + TypeScript
# ========================
# Node dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
# TypeScript build cache
*.tsbuildinfo
# React Native packager
.expo/
.expo-shared/
.expo-web/
web-build/
dist/
build/
coverage/
# Metro, Babel, ESLint
.cache/
metro-cache/
babel-cache/
.eslintcache
# Android build files
android/.gradle/
android/app/build/
android/build/
android/local.properties
*.keystore
*.jks
*.apk
*.aar
# iOS build files
ios/build/
ios/Pods/
ios/DerivedData/
ios/*.xcworkspace
ios/*.xcuserstate
ios/Podfile.lock
# macOS/iOS project user data
*.mode1v3
*.mode2v3
*.perspectivev3
*.pbxuser
*.xcuserstate
*.xcuserdata/
*.xccheckout
# IDE & Editor settings
.vscode/
.idea/
*.swp
*.swo
*.iml
*.log
# Firebase / Google Services
google-services.json
GoogleService-Info.plist
firebase-debug.log
# Environment files
.env
.env.local
.env.*.local
# Misc
.DS_Store
Thumbs.db
*.orig
*.bak
*.tmp
# Test & reports
coverage/
__tests__/coverage/
jest-cache/
# Prevent local environments and compiled libs
kavacha_env/
*.jar
*.dll
*.pyd
# Ignore heavy build/binary files
*.pyd
*.dll
*.so
*.dylib
*.jar
*.a
*.o
*.exe
*.whl
# TensorFlow or ML artifacts
__pycache__/
*.pb
*.h5
*.ckpt
*.onnx
*.tflite
# Gradle, node, and build caches
android/gradle/
android/.gradle/
android/gradle-wrapper.jar
gradle-wrapper.jar