rustlings/.gitignore
2024-04-01 02:11:52 +02:00

19 lines
187 B
Plaintext

target/
/tests/fixture/*/Cargo.lock
/dev/Cargo.lock
*.swp
**/*.rs.bk
.DS_Store
*.pdb
.idea
.vscode/*
!.vscode/extensions.json
*.iml
*.o
public/
.direnv/
# Local Netlify folder
.netlify