Remove per-workflow .gitignore files, add build output patterns to root. 小橘 <xiaoju@shazhou.work>
12 lines
111 B
Plaintext
12 lines
111 B
Plaintext
data/
|
|
node_modules/
|
|
logs/
|
|
nerve.pid
|
|
nerve.sock
|
|
false/
|
|
*.db
|
|
|
|
# build output
|
|
senses/*/index.js
|
|
workflows/*/dist/
|