Skip to content

Commit 96a267e

Browse files
hello-happy-puppyaahna-ashina
authored andcommitted
ci(release): publish latest release ci(release): publish latest release ci(release): publish latest release ci(release): publish latest release ci(release): publish latest release ci(release): publish latest release
1 parent fc7ecc7 commit 96a267e

File tree

3,319 files changed

+202171
-23861
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,319 files changed

+202171
-23861
lines changed

β€Ž.editorconfig

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Editor configuration, see http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 2
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
max_line_length = off
13+
trim_trailing_whitespace = false
14+
15+
# Windows files
16+
[*.bat]
17+
end_of_line = crlf

β€Ž.eslintignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
**/dist/**
2+
**/build/**
3+
**/node_modules/**
4+
**/types/**
5+
**/*.test.{js,jsx,ts,tsx}
6+
**/*.spec.{js,jsx,ts,tsx}
7+
**/config-overrides.js
8+
**/.eslintrc.js

β€Ž.firebaserc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "uniswap-mobile"
4+
}
5+
}

β€Ž.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Windows files should use crlf line endings
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
*.bat text eol=crlf

β€Ž.github/CODEOWNERS

-1
This file was deleted.

β€Ž.github/ISSUE_TEMPLATE/bug-report.md

-22
This file was deleted.

β€Ž.github/ISSUE_TEMPLATE/config.yml

-8
This file was deleted.

β€Ž.github/ISSUE_TEMPLATE/feature-request.md

-19
This file was deleted.

β€Ž.github/actions/report/action.yml

-48
This file was deleted.

β€Ž.github/actions/setup/action.yml

-49
This file was deleted.

β€Ž.github/dependabot.yml

-12
This file was deleted.

β€Ž.github/pull_request_template.md

-52
This file was deleted.

β€Ž.github/workflows/1-main-to-staging.yml

-73
This file was deleted.

β€Ž.github/workflows/2-deploy-to-staging.yml

-64
This file was deleted.

0 commit comments

Comments
Β (0)