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.
This commit is contained in:
Kaur Kuut 2024-05-06 08:25:39 +02:00 committed by GitHub
parent 2ce4ac5845
commit ceb7f06b51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 40 deletions

8
.gitignore vendored
View File

@ -1,8 +1,2 @@
## Rust
target/
# We're a library, so ignore Cargo.lock
Cargo.lock
.vscode
.cspell
/target
.DS_Store

View File

@ -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