# Ignore all .log files
*.log
*.dll
*.exe
# Ignore the node_modules directory
node_modules/

# Ignore all files in the temp directory
temp/

/bin/
/obj/
/publish/publish/

