Skip to content

Commit

Permalink
feat: add git preferences for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Dec 30, 2023
1 parent 329e70c commit 8aab851
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# managed-by-autotool

* text=auto eol=lf
core.autocrlf=false
* text=auto eol=lf
*.blend filter=lfs diff=lfs merge=lfs -text
*.glb filter=lfs diff=lfs merge=lfs -text
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,17 @@ tmp*

# Vercel
.vercel

## Rust
# Generated by Cargo
# will have compiled files and executables
/target
/dist

# These are backup files generated by rustfmt
**/*.rs.bk
*.log
coverage

# Blender backup files
*.blend1
4 changes: 3 additions & 1 deletion packages/autotool-plugin-git/static/gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# managed-by-autotool

* text=auto eol=lf
core.autocrlf=false
* text=auto eol=lf
*.blend filter=lfs diff=lfs merge=lfs -text
*.glb filter=lfs diff=lfs merge=lfs -text
14 changes: 14 additions & 0 deletions packages/autotool-plugin-git/static/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,17 @@ tmp*

# Vercel
.vercel

## Rust
# Generated by Cargo
# will have compiled files and executables
/target
/dist

# These are backup files generated by rustfmt
**/*.rs.bk
*.log
coverage

# Blender backup files
*.blend1

0 comments on commit 8aab851

Please sign in to comment.