mirror of
https://github.com/maeneko/forgetting.git
synced 2026-08-25 15:24:26 +00:00
22 lines
214 B
Plaintext
22 lines
214 B
Plaintext
/tmp
|
|
/out-tsc
|
|
|
|
**/node_modules/
|
|
**/dist/
|
|
cli/cli.env
|
|
logs/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
.DS_Store
|
|
*.tar.gz
|
|
|
|
.vscode/*
|
|
.idea/
|
|
|
|
# Все markdown, кроме README.md
|
|
*.md
|
|
!README.md |