Skip to content

Commit

Permalink
a commit lol
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Aug 9, 2023
1 parent 3d68446 commit 6e6216d
Show file tree
Hide file tree
Showing 558 changed files with 180,027 additions and 20,552 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Outline Client
# Outline Apps

![Build and Test](https://github.com/Jigsaw-Code/outline-client/actions/workflows/build_and_test_debug.yml/badge.svg?branch=master) [![Mattermost](https://badgen.net/badge/Mattermost/Outline%20Community/blue)](https://community.internetfreedomfestival.org/community/channels/outline-community) [![Reddit](https://badgen.net/badge/Reddit/r%2Foutlinevpn/orange)](https://www.reddit.com/r/outlinevpn/)
![Build and Test](https://github.com/Jigsaw-Code/outline-apps/actions/workflows/build_and_test_debug.yml/badge.svg?branch=master) [![Mattermost](https://badgen.net/badge/Mattermost/Outline%20Community/blue)](https://community.internetfreedomfestival.org/community/channels/outline-community) [![Reddit](https://badgen.net/badge/Reddit/r%2Foutlinevpn/orange)](https://www.reddit.com/r/outlinevpn/)

> **Test coverage currently only tracks the Apple Libraries and core web view code:**
>
> [![codecov](https://codecov.io/gh/Jigsaw-Code/outline-client/branch/master/graph/badge.svg?token=gasD8v5tjn)](https://codecov.io/gh/Jigsaw-Code/outline-client)
> [![codecov](https://codecov.io/gh/Jigsaw-Code/outline-apps/branch/master/graph/badge.svg?token=gasD8v5tjn)](https://codecov.io/gh/Jigsaw-Code/outline-client)
The Outline Client is a cross-platform VPN or proxy client for Windows, macOS, iOS, Android, and ChromeOS. The Outline Client is designed for use with the [Outline Server](https://github.com/Jigsaw-Code/outline-server) software, but it is fully compatible with any [Shadowsocks](https://shadowsocks.org/) server.

Expand Down
27 changes: 12 additions & 15 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@ module.exports = {
2,
'always',
[
'build',
'cordova',
'cordova/android',
'cordova/apple',
'cordova/apple/ios',
'cordova/apple/macos',
'devtools',
'docs',
'electron',
'electron/linux',
'electron/windows',
'www',
'service',
'service/linux',
'service/windows',
'client/build',
'client/cordova',
'client/cordova/android',
'client/cordova/apple',
'client/cordova/apple/ios',
'client/cordova/apple/macos',
'client/dotfiles',
'client/docs',
'client/electron',
'client/electron/linux',
'client/electron/windows',
'client/www'
],
],
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions outline_client/build/electron/electron/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/
/******/
/******/ })()
;
6 changes: 6 additions & 0 deletions outline_client/build/electron/electron/preload.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/
/******/
/******/ })()
;
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Moved to [`invitation_instructions.md`](./invitation_instructions.md).
Moved to [`invitation_instructions.md`](./invitation_instructions.md).

# What do we do about this??
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 6e6216d

Please sign in to comment.