Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Add gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohebifar committed Mar 27, 2024
1 parent f6603d4 commit 13cf0ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages/swc-plugin/transform/tests/fixtures/** linguist-detectable=false
packages/babel-plugin/src/tests/fixtures/** linguist-detectable=false
*.css linguist-detectable=false
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ yarn-error.log*
# Misc
.DS_Store
*.pem

# Rust
target

0 comments on commit 13cf0ce

Please sign in to comment.