siyuan/.gitignore
sommermorgentraum aedbd6bee8
Refactor setCurrentById of Outline func scroll policy (#14312)
* scroll for outline

* remove kernel bin

* remove debug print

* gitignore
2025-03-10 11:41:05 +08:00

46 lines
564 B
Text

# Binaries for programs and plugins
*.exe
!app/elevator/elevator-*.exe
*.dll
*.so
*.dylib
*.aar
*.jar
*.syso
.DS_Store
.eslintcache
app/node_modules
app/stage/build
app/build
app/src/types/dist
app/kernel*
app/SiYuan-Kernel
ios
pprof
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
electron/dist
# IDE
.idea/
.vscode/
# Log
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# NPM Package
package-lock.json
yarn.lock
# Workflows
**/__pycache__