Further ignore IDEA-generated files
Currently the project ignores .idea (directory-based format) as well as *.ims (file-based format) but not *.ipr and *.iws. We thus ignore the latter two as they are generated by IDEA as well. Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -14,3 +14,5 @@ nohup.out
|
||||
jredis.log
|
||||
.idea
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
Reference in New Issue
Block a user