Skip to content

Commit dc20610

Browse files
committed
Modernize PastureStack CLI
1 parent 7173311 commit dc20610

97 files changed

Lines changed: 1976 additions & 1709 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
./.dapper
44
./dist
55
./.trash-cache
6+
package/pasturestack
7+
package/LICENSE
8+
package/SECURITY.md
9+
package/ORIGIN.md
10+
package/COMPATIBILITY.md

.drone.yml

Lines changed: 0 additions & 272 deletions
This file was deleted.

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* text=auto
2+
.gitattributes text eol=lf
3+
scripts/* text eol=lf
4+
*.sh text eol=lf
5+
Dockerfile* text eol=lf
6+
Makefile text eol=lf

0 commit comments

Comments
 (0)