xdragxt commited on
Commit
70fbdb8
·
verified ·
1 Parent(s): 331e7ca

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +28 -0
.dockerignore ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Byte-compiled / cache
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+
6
+ # Environment variables
7
+ .env
8
+
9
+ # Git
10
+ .git
11
+ .gitignore
12
+
13
+ # Logs
14
+ *.log
15
+
16
+ # OS/Editor junk
17
+ .DS_Store
18
+ *.swp
19
+ *.bak
20
+
21
+ # Node or frontend stuff (if any)
22
+ node_modules/
23
+ dist/
24
+ build/
25
+
26
+ # Docker/CI leftovers
27
+ Dockerfile
28
+ docker-compose.yml