Skip to content

Commit 89c0e7e

Browse files
authored
Ignoring local IDEA directory and temp folders. (#93)
1 parent 0099b41 commit 89c0e7e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ ENV/
7777

7878
# IDE
7979
.vscode/
80+
.idea/
81+
python-jsonpath.iml
8082

8183
# Dev utils
8284
dev.py
@@ -88,4 +90,7 @@ comparison_regression_suite.yaml
8890
cts.json
8991

9092
# System
91-
.DS_Store
93+
.DS_Store
94+
95+
# Rob-specific
96+
generated_temp/

0 commit comments

Comments
 (0)