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
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

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