We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947fb04 commit 2d17228Copy full SHA for 2d17228
.gitignore
@@ -1,41 +1,7 @@
1
-node_modules
2
-*.log
3
-dist
4
-test-lib/**/*.js
5
-coverage
6
-.history
7
-.nyc_output
8
-.idea
9
-.vscode
10
-.next
11
-firebase.json
12
-temp
13
-yarn-error.log
14
-.build
15
-Pods/
16
-
17
-**/xcuserdata/*
18
-**/build/*
19
20
-**/.pnp.*
21
-**/.yarn/*
22
-!**/.yarn/patches
23
-!**/.yarn/plugins
24
-!**/.yarn/releases
25
-!**/.yarn/sdks
26
-!**/.yarn/versions
27
28
-# macOS
29
-.DS_Store
30
31
-.cache
32
-.rpt2_cache/
33
34
-.env
35
-.vercel
36
37
-.nx/cache
38
-.nx-cache
39
-.nx/workspace-data
40
41
-!packages/sdks/e2e/react-native-74/.eas/build/*
+/nbproject/
+/.idea/*
+*.tmlanguage.cache
+*.tmPreferences.cache
+*.stTheme.cache
+*.sublime-workspace
+*.sublime-project
0 commit comments