Skip to content

Commit

Permalink
feat: use .hub and .DS_Store for gitignore (#3239)
Browse files Browse the repository at this point in the history
Provides `.hub` directory and `.DS_Store` to the gitignore.
  • Loading branch information
EstebanBorai committed May 8, 2023
1 parent 706f41e commit e70016b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions connector/cargo_template/.gitignore
@@ -0,0 +1,3 @@
/target
/.hub
.DS_Store
3 changes: 2 additions & 1 deletion smartmodule/cargo_template/.gitignore
@@ -1,2 +1,3 @@
/target

/.hub
.DS_Store

0 comments on commit e70016b

Please sign in to comment.