forked from extern/easydiffusion
19 lines
263 B
Plaintext
19 lines
263 B
Plaintext
# local ignores - We could move these to the global ignores,
|
|
# but I think it makes sense to keep them here
|
|
|
|
# env
|
|
*.local
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# installed dependencies
|
|
node_modules
|
|
|