Skip to content

Commit

Permalink
removed dockerfile (#5984)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiplesa committed Sep 11, 2019
1 parent d96e786 commit 3dd5398
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 52 deletions.
2 changes: 0 additions & 2 deletions .dockerignore

This file was deleted.

36 changes: 23 additions & 13 deletions .gitignore
@@ -1,20 +1,30 @@
# system
.AppleDouble
.DS_Store
.LSOverride
.Spotlight-V100
.Trashes
._*

# editors
CMakeLists.txt
cmake-build-debug
.idea
.vscode
*.sw[a-z]
*~

docs/build
docs/_build
node_modules
src

.cipd
.gclient_entries
npm-debug.log
.gclient
.sccache
*.sw[po]
.vscode
.cipd
.idea

# logs and test results
npm-debug.log
network_log.json
network-audit-results.json

# Rendered Sphinx files should be excluded from source control
docs/build
docs/_build

# Clion files
CMakeLists.txt
cmake-build-debug
34 changes: 0 additions & 34 deletions Dockerfile

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
# Brave Browser


## Overview
## Overview

This repository holds the build tools needed to build the Brave desktop browser for macOS, Windows, and Linux. In particular, it fetches and syncs code from the projects we define in `package.json` and `src/brave/DEPS`:

Expand All @@ -17,14 +17,14 @@ This repository holds the build tools needed to build the Brave desktop browser
- [tracking-protection](https://github.com/brave/tracking-protection)
- Mounted at `src/brave/vendor/tracking-protection`.
- Implements Brave's tracking-protection engine.

## Build instructions

See the [Brave Wiki](https://github.com/brave/brave-browser/wiki).

## Downloads

You can [visit our website](https://brave.com/downloads.html) to get the latest stable release.
You can [visit our website](https://brave.com/download) to get the latest stable release.

## Other repositories

Expand Down

0 comments on commit 3dd5398

Please sign in to comment.