diff options
author | Brendan Forster <github@brendanforster.com> | 2018-04-13 10:15:25 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-13 10:15:25 +1000 |
commit | f1d5981dd5b0ebf95617d73b93c628c2bd741267 (patch) | |
tree | 24501cc56798c1a4017be11645c9c4e1d852b555 /Global | |
parent | 56f374401d7d3810475befffe48e3e2929589fe2 (diff) | |
parent | f76d82c82016dac06dd3c5c13db98ee9b8b9e21e (diff) | |
download | gitignore-f1d5981dd5b0ebf95617d73b93c628c2bd741267.tar.gz gitignore-f1d5981dd5b0ebf95617d73b93c628c2bd741267.zip |
Merge pull request #2652 from twhitbeck/jetbrains-add-shelf
Add shelf to JetBrains.gitignore
Diffstat (limited to 'Global')
-rw-r--r-- | Global/JetBrains.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a83a428c..b09cb3db 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,7 +4,8 @@ # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml -.idea/dictionaries +.idea/**/dictionaries +.idea/**/shelf # Sensitive or high-churn files .idea/**/dataSources/ |