15 lines
172 B
Plaintext
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/
|
|
|