git ignore some IDE files

This commit is contained in:
Julien Nicoulaud 2018-11-04 14:27:22 +01:00
parent a1b138c34e
commit e11fbae88e
No known key found for this signature in database
GPG key ID: D713C40AA20BF77D

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# zsh word code files
*.zwc
# IDE files
.vscode/
.idea/