mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 10:21:40 -05:00

This is to exclude compiled code from nodejs addons. Reference: http://nodejs.org/api/addons.html
15 lines
89 B
Text
15 lines
89 B
Text
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
build
|
|
|
|
node_modules
|