Browse Source

Clean up .gitignore

Add comments for documenting the entries.

Remove IDE hidden folders, they should be ignored globally on the
system, not per-project.
fractal-13
Kévin Commaille 7 months ago
parent
commit
71bd5988a5
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 24
      .gitignore

24
.gitignore vendored

@ -1,15 +1,19 @@
target/
build/
# Common build directory names
_build/
build/
builddir/
build-aux/app
# Cargo
target/
# Flatpak
.flatpak-builder
src/config.rs
*.ui.in~
*.ui~
.flatpak
subprojects/libadwaita
subprojects/gtksourceview
.vscode
.fenv
.zed
# Temporary files
*.ui.in~
*.ui~
# Dynamically-generated file
src/config.rs

Loading…
Cancel
Save