Files
my-ccna-notes/.gitignore
T
2025-01-29 01:25:06 +00:00

20 lines
255 B
Plaintext

# mdBook output
/book
# IDE/Editor specific
.vscode/
*.code-workspace
*.sublime-project
*.sublime-workspace
.idea/
# OS generated files
.DS_Store
Thumbs.db
# Rust build artifacts (if applicable)
target/
# Node.js modules (if applicable)
node_modules/