/
githubmirror
/
tauri
Обзор
Документация
Войти
/
githubmirror
/
tauri
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
.gitignore
55 строк
765 B
kandrelczyk
feat: bundle type detection at runtime via binary patching (#13209)
07 июл 2025, 18:08
Не верифицирован
07 июл 2025, 18:08
232265c
Код
Авторство
О чём код?
# dependency directories node_modules/ # Optional npm and yarn cache directory .npm/ .yarn/ # Output of 'npm pack' *.tgz # dotenv environment variables file .env # .vscode workspace settings file .vscode/settings.json .vscode/launch.json .vscode/tasks.json # npm, yarn and bun lock files package-lock.json yarn.lock bun.lockb # rust compiled folders target/ # test video for streaming example streaming_example_test_video.mp4 # examples /gen directory /examples/**/src-tauri/gen/ /bench/**/src-tauri/gen/ # logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # runtime data pids *.pid *.seed *.pid.lock # miscellaneous /.vs .DS_Store .Thumbs.db *.sublime* .idea debug.log TODO.md .aider*