Files
firezone/rust/gui-client/.gitignore
Reactor Scram 7daa1a9ec3 chore(ci): build RPM package (#7190)
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.
2024-11-01 18:06:09 +00:00

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