FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stream-chat-react-native/.gitignore at main · GetStream/stream-chat-react-native · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
GetStream
/
stream-chat-react-native
Public
Notifications
You must be signed in to change notification settings
Fork
379
Star
1.2k
Code
Issues
3
Pull requests
5
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
stream-chat-react-native
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (30 loc) · 654 Bytes
Breadcrumbs
stream-chat-react-native
/
.gitignore
Copy path
File metadata and controls
34 lines (30 loc) · 654 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
.yarn
/
*
!
.yarn
/
patches
!
.yarn
/
plugins
!
.yarn
/
releases
!
.yarn
/
sdks
!
.yarn
/
versions
#
In case someone runs `yarn install` inside a workspace child, Yarn 4 will
#
emit a transient .yarn/install-state.gz there; the root-anchored pattern
#
above doesn't catch nested copies.
**
/
.yarn
/
install-state.gz
**
/
.yarn
/
cache
node_modules
NEXT_RELEASE_CHANGELOG.md
artifacts
e2e
/
.env
*
.log
.DS_STORE
*
.db
.idea
#
Testing
examples
/
SampleApp
/
fastlane
/
fastlane.log
examples
/
SampleApp
/
fastlane
/
report.xml
examples
/
SampleApp
/
fastlane
/
metrics
/
examples
/
SampleApp
/
tmp
/
index.android.bundle
*
.app
*
.DSYM.zip
**
/
metrics
/
package
/
shared-native
/
.sync-state
/
.claude
/
worktrees
Back
|
FazBrowse Home
|
New Git URL