mirror of
https://github.com/dalekurt/local-llm-stack.git
synced 2026-03-04 12:55:08 +00:00
13 lines
176 B
Plaintext
13 lines
176 B
Plaintext
# Ignore environment variables
|
|
.env
|
|
|
|
# Keep directories but ignore their contents
|
|
shared/*
|
|
!shared/.gitkeep
|
|
|
|
n8n/*
|
|
!n8n/.gitkeep
|
|
!n8n/backup/
|
|
n8n/backup/*
|
|
!n8n/backup/.gitkeep
|