-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.easignore
More file actions
71 lines (50 loc) · 987 Bytes
/
Copy path.easignore
File metadata and controls
71 lines (50 loc) · 987 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# === LARGE DIRECTORIES TO EXCLUDE ===
# Git repository (1.1GB)
.git
# Node modules (1.2GB - handled by EAS)
node_modules
# Development directory (495MB)
dev
# Bird images directory (now downloaded from GitHub)
assets/images/birds
# Backup directory (316KB)
.backup
# === BUILD DIRECTORIES ===
# Platform-specific build directories (not needed for EAS builds)
android
ios
# === DOCUMENTATION AND TESTS ===
# Documentation (368KB)
___laTexDocumentation___
# Tests (96KB)
__tests__
# === DEVELOPMENT FILES ===
# Model conversion scripts
_model_conversion_scripts
_model_conversion_scripts/
# === CACHE AND TEMPORARY FILES ===
# Cache directories
.cache
.expo
# Temporary and backup files
*.log
*.tmp
*~
*.bak
.DS_Store
# === NODE MODULES BUILD ARTIFACTS ===
# Build artifacts in node_modules
**/.cxx
**/.gradle
**/build
**/.github
# === EDITOR AND SYSTEM FILES ===
# Version control
.gitignore
# Editor configurations
.vscode
.idea
*.swp
*.swo
# System files
Thumbs.db