-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitignore
114 lines (93 loc) · 1.85 KB
/
.gitignore
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
# OSX
#
.DS_Store
# Xcode
#
template/build/
template/*.pbxuser
template/!default.pbxuser
template/*.mode1v3
template/!default.mode1v3
template/*.mode2v3
template/!default.mode2v3
template/*.perspectivev3
template/!default.perspectivev3
template/xcuserdata
template/*.xccheckout
template/*.moved-aside
template/DerivedData
template/*.hmap
template/*.ipa
template/*.xcuserstate
# Android/IntelliJ
#
template/android/**/build/
template/android/**/.idea
template/android/**/.gradle
template/android/**/local.properties
template/android/**/*.iml
# Visual Studio Code
#
template/.vscode/
# node.js
#
template/node_modules/
template/npm-debug.log
template/yarn-error.log
# BUCK
template/buck-out/
template/\.buckd/
template/*.keystore
template/!debug.keystore
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/
template/*/fastlane/report.xml
template/*/fastlane/Preview.html
template/*/fastlane/screenshots
# Bundle artifact
template/*.jsbundle
# CocoaPods
template/ios/Pods/
# IOS Builds
template/ios/build/
# UI Kit
template/agora-rn-uikit/
# Built website
template/dist/
# Electron cache
template/.electron/
template/.webpack/
template/out/
# Jetbrains
.idea/
**/.idea/
# Dotfiles
template/.buckconfig
template/.eslintrc.js
template/.gitattributes
template/.prettierrc.js
template/.watchmanconfig
# Config
template/config.json
template/config-light.json
template/config-dark.json
#theme
template/theme.json
template/theme-light.json
template/theme-transparent.json
template/theme-dark.json
#lock file
template/package-lock.json
# vscode
.vscode
# logflies
*.log
#FPE plugin folder
template/customization/*
Builds
esbuild-bin
template/pnpm-lock.yaml