From de55095e97a2a3937e555cb546890596305d3646 Mon Sep 17 00:00:00 2001
From: hongji.li <hongji.a.li@capgemini.com>
Date: 星期一, 04 九月 2023 15:30:54 +0800
Subject: [PATCH] 修改gitignore

---
 .gitignore |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7e76cfa..9e75032 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,23 @@
+# Specifies files or directories that the Git version control system should not track.
+# You can add model-specific ignore rules, e.g. to exclude large or frequently updated binary files.
+# For the format of .gitignore rules, refer to the Quintiq version control documentation or search the internet; it is a standard Git feature.
+
+# Do not store these settings in version control, they are machine/user specific
+**/Settings/UserSettings/**
 Local*.properties
 
-*.qdataset
\ No newline at end of file
+# Excel files will quickly let repository sizes grow out of control.
+
+# The lock file is created/used by Quintiq components to synchronize which component can write to the model; it does not need to be in version control.
+/Lock
+# Files commonly left behind by merge tools or text editors (if not configured to clean up those files)
+*.rej
+*.orig
+*.bak
+*.tmp
+*.qdataset
+
+**/Settings/UserLibSettings/**
+
+**/UserSettings/**
+**/LibUserSettings/**

--
Gitblit v1.9.3