server/.gitignore
2024-07-19 17:30:33 -04:00

19 lines
No EOL
185 B
Text

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