Novaciano commited on
Commit
99c31d3
·
verified ·
1 Parent(s): 3af4eff

Create dockerignore

Browse files
Files changed (1) hide show
  1. dockerignore +15 -0
dockerignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # IDE
2
+ .idea/
3
+ .vscode/
4
+
5
+ .git*
6
+ .dockerignore
7
+ docker-compose.yml
8
+ Dockerfile
9
+
10
+ # LLama.cpp
11
+ llama.cpp/
12
+
13
+ # Working files
14
+ downloads/
15
+ outputs/