curriculum-vitae/.gitignore

28 lines
No EOL
408 B
Text

# Rust
# will have compiled files and executables
debug/
target/
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Svelte
.DS_Store
node_modules
/build
/.svelte-kit
.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Vscode
.vscode
# Vendor
vendor