Delete some unused files in the root. (#6326)

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Samir Talwar 2020-06-12 17:20:08 +02:00 committed by GitHub
parent ccd36146a4
commit fde1bb7ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 35 deletions

View File

@ -1,2 +0,0 @@
docker-nix-store
**/.stack-work

View File

View File

@ -1,10 +0,0 @@
{
"ignore_dirs": [
"buck-out",
".idea",
".buckd",
"dist",
"distribution-work",
".stack-work"
]
}

View File

@ -1,23 +0,0 @@
.. Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. SPDX-License-Identifier: Apache-2.0
WARNING: THIS FILE IS NO LONGER USED AND WILL SOON BE DELETED!
Changelog additions must now be added to the end of one or more commit message bodies in a PR.
The following is an example of a commit message including a description and a body that includes changelog additions:
.. code-block:: none
Fixes #1311
Also fixes a typo in the Scala bindings documentation.
CHANGELOG_BEGIN
- [Sandbox] Introduced a new API for package management.
See `#1311 <https://github.com/digital-asset/daml/issues/1311>`__.
CHANGELOG_END
Please check `CONTRIBUTING.MD <https://github.com/digital-asset/daml/blob/master/CONTRIBUTING.md#pull-request-checklist>`__ for more details.