Files
IT-Konzept/.gitignore
Ralf Zerres aa80242275 Initial commit
Commit
2025-05-28 14:53:32 +02:00

21 lines
229 B
Plaintext

// temporary stuff
*~
.idea
tmp
// Apple temporaries
.DS_Store
Thumbs.db
// Generated by Cargo
Cargo.lock
target
// this will be auto-genearated with cargo-readme
//**/README.md
//README.md
// the render directories
book
doc