Skip to content

Commit 4456fa1

Browse files
authored
Add .idea files to gitignore (#76)
1 parent 8af341e commit 4456fa1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,7 @@ Thumbs.db
9696

9797
# Ignore built ts files
9898
__tests__/runner/*
99-
lib/**/*
99+
lib/**/*
100+
101+
# Idea IDEs (PyCharm, WebStorm, IntelliJ, etc)
102+
.idea/

0 commit comments

Comments
 (0)