michalvankodev-site/.gitignore

26 lines
541 B
Plaintext
Raw Permalink Normal View History

2019-07-12 09:49:03 +02:00
.DS_Store
2024-09-30 21:13:20 +02:00
# `dist` folder with the export of SSG
dist/
2021-04-18 21:39:18 +02:00
2021-04-21 15:44:22 +02:00
# Local Netlify folder
2024-09-30 21:13:20 +02:00
.netlify
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Image generator
generated_images/