From ceb7f06b51029ca76d727d3127de2942d3546711 Mon Sep 17 00:00:00 2001 From: Kaur Kuut Date: Mon, 6 May 2024 08:25:39 +0200 Subject: [PATCH] Sync Masonry's `.gitignore` with the repo's `.gitignore`. (#272) The general editor/OS ignore filters are useful across the repo. Fixees one of the Masonry specific snapshot filters, which was broken due to a copy-paste accident. --- .gitignore | 8 +------- crates/masonry/.gitignore | 34 +--------------------------------- 2 files changed, 2 insertions(+), 40 deletions(-) diff --git a/.gitignore b/.gitignore index 955b4e26..05923927 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,2 @@ -## Rust -target/ -# We're a library, so ignore Cargo.lock -Cargo.lock - -.vscode -.cspell +/target .DS_Store diff --git a/crates/masonry/.gitignore b/crates/masonry/.gitignore index 8ccf0ab4..add2de47 100644 --- a/crates/masonry/.gitignore +++ b/crates/masonry/.gitignore @@ -1,35 +1,3 @@ -## Rust build files -target/ - -## Intellij Idea -.idea/ - -## Visual Studio Code -.vscode/ - -## Sublime Text -*.sublime-workspace -*.sublime-project - -## Vim -tags -Session.vim -Sessionx.vim - -## macOS -.DS_Store -.AppleDouble -.LSOverride - -## Windows -Thumbs.db -ehthumbs.db -ehthumbs_vista.db -*.lnk - -## Linux -*~ - # Visual snapshots **/screenshots/*.diff.png -**/screenshots/*.new.png## Rust +**/screenshots/*.new.png