Remove session data and improve .gitignore
- Remove .sysref.timestamp from repository - Update .gitignore to explicitly exclude .sysref.timestamp - Ensure no learned/session data is ever committed - Repository now completely clean of runtime data
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
# Reference database (session data)
|
# Reference database (session data)
|
||||||
.sysref
|
.sysref
|
||||||
|
.sysref.timestamp
|
||||||
|
|
||||||
# System-specific logs
|
# System-specific logs
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
1762207863
|
|
||||||
Reference in New Issue
Block a user