20 lines
161 B
Plaintext
20 lines
161 B
Plaintext
|
# Build scripts
|
||
|
build/*
|
||
|
|
||
|
# Source files
|
||
|
src/*
|
||
|
|
||
|
# Test files
|
||
|
test/*
|
||
|
|
||
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
|
||
|
# Output of 'npm pack'
|
||
|
*.tgz
|
||
|
|
||
|
# Visual Studio Code
|
||
|
.vscode
|