diff --git a/.gitignore b/.gitignore index b833f45..65a5149 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ /target /Cargo.lock /bench/bench +.vscode +.idea +*.iml + diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7a73a41..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} \ No newline at end of file diff --git a/README.md b/README.md index 2b7ef92..aa22009 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cgmath-rs -[![Build Status](https://travis-ci.org/rustgd/cgmath.svg?branch=master)](https://travis-ci.org/rustgd/cgmath) +[![Build Status](https://github.com/rustgd/cgmath/workflows/tests/badge.svg)](https://github.com/rustgd/cgmath/actions) [![Documentation](https://docs.rs/cgmath/badge.svg)](https://docs.rs/cgmath) [![Version](https://img.shields.io/crates/v/cgmath.svg)](https://crates.io/crates/cgmath) [![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/rustgd/cgmath/blob/master/LICENSE)