diff options
author | 2020-11-21 18:08:52 +0200 | |
---|---|---|
committer | 2020-11-21 18:08:52 +0200 | |
commit | db742ba877bee4734afcdd64744b8a7c8fe61ccd (patch) | |
tree | 66c951aadf18d958c1d05d02784df79560dee1c3 | |
parent | linebreak in SCHEMA.md (diff) |
Add IntelliJ IDEA based IDEs configuration to .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# IntelliJ project settings +.idea/ |