18 lines
160 B
Plaintext
18 lines
160 B
Plaintext
# npm
|
|
node_modules
|
|
|
|
# nyc
|
|
.nyc_output
|
|
|
|
# generated code
|
|
/src/**/*.js
|
|
/src/**/*.js.map
|
|
/frontend
|
|
/index.html
|
|
|
|
# created by testing
|
|
/test-paths
|
|
|
|
# built app
|
|
/out
|