Browse Source

ignore TEMP_REFERENCE for some ai work

master
Julian Noble 2 weeks ago
parent
commit
8232496fbc
  1. 4
      .fossil-settings/ignore-glob
  2. 5
      .gitignore

4
.fossil-settings/ignore-glob

@ -19,6 +19,10 @@ localdoc
.claude .claude
.omo .omo
#subfolder for temporary reference files - not source controlled
#we may use git clone to get a copy of the reference files - but we don't want to track them in the repo
TEMP_REFERENCE
#Temporary files e.g from tests #Temporary files e.g from tests
tmp tmp

5
.gitignore vendored

@ -52,6 +52,11 @@ scratch*
#Built tclkits (if any) #Built tclkits (if any)
*.exe *.exe
#subfolder for temporary reference files - not source controlled
#we may use git clone to get a copy of the reference files - but we don't want to track them in the repo
TEMP_REFERENCE
#ignore fossil database files (but keep .fossil-settings and .fossil-custom in repository even if fossil not being used at your site) #ignore fossil database files (but keep .fossil-settings and .fossil-custom in repository even if fossil not being used at your site)
_FOSSIL_ _FOSSIL_
.fos .fos

Loading…
Cancel
Save