Files
2024-12-24 14:43:46 +08:00

15 lines
172 B
Plaintext

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