From 558162d57518027cfe602381ad7c990cec5f4322 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Thu, 21 Nov 2024 21:52:26 +0100 Subject: [PATCH] add git things --- .gitattributes | 2 ++ .gitignore | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..56d1901 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# Commonly ignored Node.js files +node_modules +npm-debug.log +.npm +.env.* + +# OSX +.DS_Store