Merge pull request #1325 from wanghaoran1988/update_gitignore

Add some ide generated files to .gitignore
This commit is contained in:
Antonio Murdaca 2018-02-13 13:17:27 +01:00 committed by GitHub
commit 4cc3d0a508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.gitignore vendored
View file

@ -16,3 +16,17 @@ Vagrantfile
.vagrant/
.vscode/
# Eclipse files
.classpath
.project
.settings/**
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
# Emacs save files
*~
\#*\#
.\#*