From 745fe6d74c14e9289edb070ee721644c565e1b4f Mon Sep 17 00:00:00 2001 From: chenbiao Date: Sat, 7 May 2022 17:18:16 +0800 Subject: [PATCH] add gitignore --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..286657c --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Default ignored files +/shelf/ +.idea +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Windows +[Dd]esktop.ini +Thumbs.db +$RECYCLE.BIN/ + +# macOS +.DS_Store +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes + +# Node.js +node_modules/ \ No newline at end of file -- libgit2 0.21.4