docker ignore

This commit is contained in:
array-in-a-matrix 2024-08-07 11:28:58 -04:00
parent ab13b5d067
commit f9de8f79a9

24
.dockerignore Normal file
View file

@ -0,0 +1,24 @@
# nim directories
nimcache/
nimblecache/
htmldocs/
# executables
/glimpse
/tests/test
# file uploads directory
uploads/
# docker build directory
bin/
# database
*.db
# configuration
/config.ini
# not needed directories inside docker
.github/
.vscode/