Repository: beam-site Updated Branches: refs/heads/asf-site 8b046d48a -> 6a5d39b04
Add IntelliJ files to .gitignore Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/1d2e719e Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/1d2e719e Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/1d2e719e Branch: refs/heads/asf-site Commit: 1d2e719ee777dce2c88eaf1893222bf935722662 Parents: 8b046d4 Author: Zur, Aviem <a...@paypal.com> Authored: Tue Mar 14 10:07:25 2017 +0200 Committer: Zur, Aviem <a...@paypal.com> Committed: Tue Mar 14 10:07:25 2017 +0200 ---------------------------------------------------------------------- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/1d2e719e/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 1cabae3..8a530f9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,9 @@ _site .jekyll-metadata vendor/ .bundle/ + +# Ignore IntelliJ files. +.idea/ +*.iml +*.ipr +*.iws