Skip to content

Commit 5eeae03

Browse files
Add test/Project.toml (#287)
* Add test/Project.toml * Remove wildcard in .gitignore Remove wildcard as it is implicit by default Co-authored-by: Johnny Chen <johnnychen94@hotmail.com> Co-authored-by: Johnny Chen <johnnychen94@hotmail.com>
1 parent 44f9b50 commit 5eeae03

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/Manifest.toml
2-
/docs/Manifest.toml
1+
Manifest.toml

test/Project.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[deps]
2+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
3+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
4+
CatIndices = "aafaddc9-749c-510e-ac4f-586e18779b91"
5+
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
6+
DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94"
7+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
8+
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
9+
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
10+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
12+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13+
14+
[compat]
15+
Adapt = "2, 3"
16+
Aqua = "0.5"
17+
CatIndices = "0.2"
18+
DistributedArrays = "0.6"
19+
Documenter = "0.27"
20+
EllipsisNotation = "1"
21+
FillArrays = "0.11"
22+
StaticArrays = "1"

0 commit comments

Comments
 (0)