siyuan/.gitignore
2023-03-29 10:19:32 +08:00

39 lines
461 B
Text

# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
*.aar
*.jar
*.syso
.DS_Store
.eslintcache
app/node_modules
app/stage/build
app/build
app/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/
# 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