mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2025-12-20 11:04:38 +00:00
28 lines
204 B
Plaintext
28 lines
204 B
Plaintext
# Rust
|
|
target/
|
|
Cargo.lock
|
|
*.rlib
|
|
*.rmeta
|
|
|
|
# Node/npm
|
|
node_modules/
|
|
package-lock.json
|
|
npm-debug.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# General
|
|
*.log
|
|
.env
|
|
.env.local
|