From f864fb0eee3bdde078768786f3c2dce0a41f36d4 Mon Sep 17 00:00:00 2001 From: jyy <935090232@qq.com> Date: Mon, 11 Jan 2021 16:31:14 +0800 Subject: [PATCH] 1 --- .gitignore | 34 +++++++++++++--------------------- 1 files changed, 13 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index a1c2a23..3bfee46 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,15 @@ -# Compiled class file -*.class +# Windows +[Dd]esktop.ini +Thumbs.db +$RECYCLE.BIN/ +.idea/ -# Log file -*.log +# macOS +.DS_Store +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.jar -*.war -*.nar -*.ear -*.zip -*.tar.gz -*.rar - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* +# Node.js +node_modules/ -- Gitblit v1.9.1