cipher-workshop/.dockerignore

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