Skip to content

Commit

Permalink
remove Mainifest.toml (QEDjl-project#14)
Browse files Browse the repository at this point in the history
In an offline discussion, we decided to remove the `Manifest.toml`s from
the library, since a library should build its dependencies from scratch
every time.
  • Loading branch information
SimeonEhrig authored Sep 25, 2023
1 parent 6c7829e commit 7164cef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 489 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

# IDE specific folders
.vscode

# File generated by Pkg, the package manager, based on a corresponding Project.toml
# It records a fixed state of all packages used by the project. As such, it should not be
# committed for packages, but should be committed for applications that require a static
# environment.
Manifest.toml
331 changes: 0 additions & 331 deletions Manifest.toml

This file was deleted.

Loading

0 comments on commit 7164cef

Please sign in to comment.