diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cdc08e0..0000000 --- a/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -# Ignore all files in the bin/ directory -bin/ - -# Ignore all files in the docs/ directory -docs/ - -# Ignore all files in the lib/ directory -lib/ - -# Ignore all files made by shards -.shards/ diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5b87fd9..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: crystal - -# Travis will make sure that all our tests work -script: - - crystal spec diff --git a/Makefile b/Makefile deleted file mode 100644 index c56fe5f..0000000 --- a/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -.PHONY: spec -spec: - @crystal spec spec.cr --verbose diff --git a/shard.yml b/shard.yml deleted file mode 100644 index 17f43b5..0000000 --- a/shard.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: new-start -description: A modern Arch workflow built with an emphasis on functionality. -version: 0.1.0 - -license: GPLv3 -crystal: 0.24.0