Skip to content

Commit

Permalink
Add .idea files to gitignore (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger authored Sep 16, 2024
1 parent 8af341e commit 4456fa1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,7 @@ Thumbs.db

# Ignore built ts files
__tests__/runner/*
lib/**/*
lib/**/*

# Idea IDEs (PyCharm, WebStorm, IntelliJ, etc)
.idea/

0 comments on commit 4456fa1

Please sign in to comment.