Add .eml files to gitignore
eml files are generated by IntelliJ as a substitute for .iml files if the workspace is organized in .classpath files. These should not be pushed. Change-Id: If47838a2a58b6d76cd6c68461d54929b0a732234
This commit is contained in:

committed by
Hugo Arès

parent
38b4325867
commit
80141a6571
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@
|
|||||||
/test_site
|
/test_site
|
||||||
/.idea
|
/.idea
|
||||||
*.iml
|
*.iml
|
||||||
|
*.eml
|
||||||
*.sublime-*
|
*.sublime-*
|
||||||
/gerrit-package-plugins
|
/gerrit-package-plugins
|
||||||
/.buckconfig.local
|
/.buckconfig.local
|
||||||
|
Reference in New Issue
Block a user