📦 MegaWall3 / react-native-iconpark

📄 .gitignore · 25 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25node_modules/
lib/
*.log
.DS_Store
*.tgz
.idea/
.vscode/
*.swp
*.swo
*~

# 调试文件
debug/

# 构建输出
dist/
build/

# 环境变量
.env
.env.local

# 系统文件
Thumbs.db