17 lines
194 B
Plaintext
17 lines
194 B
Plaintext
# Ignore node_modules directory
|
|
node_modules/
|
|
|
|
# Ignore log files
|
|
*.log
|
|
|
|
# Ignore temporary files
|
|
*.tmp
|
|
|
|
# Ignore coverage reports
|
|
coverage/
|
|
|
|
.kbot
|
|
*.exe
|
|
package-lock.json
|
|
tests
|