server/.gitignore
array-in-a-matrix 60cdcb4b0d ignore test bin
2024-07-24 20:28:16 -04:00

20 lines
No EOL
197 B
Text

# nim directories
nimcache/
nimblecache/
htmldocs/
# executables
/server
/tests/test
# file uploads directory
uploads/
# docker build directory
bin/
# database
*.db
# configuration
/config.ini