Kevin Kok Khah Whey
2023-11-07 5ae534ab606e6f2ba5ea60914224d665b0447d5a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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
 
# 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/**
 
/.idea
_Main/UI/MacroPlannerWebApp/_ROOT_Project_MacroPlannerWebApp.qp
#*.properties