hongji.li
2023-09-04 de55095e97a2a3937e555cb546890596305d3646
修改gitignore
已修改1个文件
22 ■■■■■ 文件已修改
.gitignore 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.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
# 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/**