diff --git a/.gitignore b/.gitignore index 2ce7e3c9..4ca503d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Created by https://www.toptal.com/developers/gitignore/api/rust,clion,windows,osx,linux,macos +# Edit at https://www.toptal.com/developers/gitignore?templates=rust,clion,windows,osx,linux,macos + ### CLion ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 @@ -212,5 +215,9 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk +##################################################################### + # report file generated by the application -*.txt \ No newline at end of file +*.txt + +.idea \ No newline at end of file diff --git a/img/.DS_Store b/img/.DS_Store deleted file mode 100644 index d1f7f19c..00000000 Binary files a/img/.DS_Store and /dev/null differ diff --git a/img/README.md b/img/README.md deleted file mode 100644 index ce929ddc..00000000 --- a/img/README.md +++ /dev/null @@ -1 +0,0 @@ -This folder contains screenshots used in the file `pdsproject/README.md`.