8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
# Ignore all .log files
|
|
*.log
|
|
|
|
# Ignore the node_modules directory
|
|
node_modules/
|
|
|
|
# Ignore all files in the temp directory
|
|
temp/ |