server/.dockerignore
array-in-a-matrix f9de8f79a9 docker ignore
2024-08-07 11:28:58 -04:00

24 lines
No EOL
256 B
Text

# 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/