mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Refs #6145 This bundles aarch64 and x86_64 RPMs in CI and CD. We'll need a 2nd PR to add everything to the changelog and knowledge base, after the first release with RPMs is cut.
36 lines
416 B
Plaintext
36 lines
416 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
dist-ssr
|
|
node_modules
|
|
rpmbuild
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# CSS output from the Tailwind compiler
|
|
src/output.css
|
|
|
|
# JS output from the TypeScript compiler
|
|
src/**/*.js
|
|
|
|
# Vite output
|
|
dist
|
|
|
|
# Some new generated files in Tauri v2
|
|
src-tauri/gen
|