Skip to content

Commit

Permalink
🗞️ Add .idea into .gitignore (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
TRileySchwarz authored Feb 22, 2024
1 parent ed386dc commit cf7898f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/oapp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ out

# pnpm
pnpm-error.log

# Editor and OS files
.DS_Store
.idea
4 changes: 4 additions & 0 deletions examples/oft/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ out

# pnpm
pnpm-error.log

# Editor and OS files
.DS_Store
.idea

0 comments on commit cf7898f

Please sign in to comment.