server/.gitignore
array-in-a-matrix ec6f8fb225 ignore logs
2024-08-12 13:40:18 -04:00

23 lines
No EOL
212 B
Text

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