From 57ea242d30e5564189b048476f892c71cef89fea Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Wed, 31 Jan 2018 22:52:43 +0100 Subject: [PATCH] Added .gitattributes to allow correct code language detection on GitHub. --- .gitattributes | 1 + .gitignore | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c07f914c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +gprMax/tools/Jupyter\ notebooks/* linguist-vendored diff --git a/.gitignore b/.gitignore index 5c9d7b01..df8618f3 100644 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,5 @@ dist/ # Backup files *~ -# Hidden files -.* - # Jupyter notebook checkpoints .ipynb_checkpoints/