aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-05-16 14:32:11 +0800
committersigoden <sigoden@gmail.com>2024-05-16 14:32:47 +0800
commitd346fe5874967f69adcadf7b3a1195a9d3f5d88e (patch)
treec254578c9be5123cdc7647d9ad92d66d37d1f7c6 /.gitignore
parent281bf5623dbf88b176801f3a780820801e15e70d (diff)
downloadllm-functions-docker-d346fe5874967f69adcadf7b3a1195a9d3f5d88e.tar.gz
feat: support Windows OS
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7020d0a..c0e41fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/tmp
/functions.txt
/functions.json
-/.env \ No newline at end of file
+/.env
+*.cmd \ No newline at end of file