Repository: bahir-website Updated Branches: refs/heads/master 0f734b018 -> a6428ef9e
Update git configuration files Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/9c8b71ef Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/9c8b71ef Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/9c8b71ef Branch: refs/heads/master Commit: 9c8b71ef8372a1ac1784c4a1807b02141a63b4ea Parents: 0f734b0 Author: Luciano Resende <[email protected]> Authored: Tue May 31 15:01:32 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Tue May 31 15:01:32 2016 -0700 ---------------------------------------------------------------------- .gitignore | 26 ++++++++++++++++++++++---- site/.gitignore | 44 +++++++++++++++++++++++++++----------------- 2 files changed, 49 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/9c8b71ef/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index f1b1333..22388ae 100644 --- a/.gitignore +++ b/.gitignore @@ -13,9 +13,27 @@ # See the License for the specific language governing permissions and # limitations under the License. # -.idea -.sass-cache -.jekyll-metadata + +# Mac +.DS_Store + +# Eclipse +.classpath +.project +.settings/ +target/ + +# Intellij +.idea/ +.idea_modules/ *.iml -*~ +*.iws +*.class +*.log +# Others +*~ +.sass-cache +.jekyll-metadata +.checkstyle +.fbExcludeFilterFile \ No newline at end of file http://git-wip-us.apache.org/repos/asf/bahir-website/blob/9c8b71ef/site/.gitignore ---------------------------------------------------------------------- diff --git a/site/.gitignore b/site/.gitignore index 35fff84..5fb9b2f 100644 --- a/site/.gitignore +++ b/site/.gitignore @@ -13,23 +13,33 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to you under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -.sass-cache -Gemfile.lock + +# Mac +.DS_Store + +# Eclipse +.classpath +.project +.settings/ +target/ + +# Intellij +.idea/ +.idea_modules/ +*.iml +*.iws +*.class +*.log # generated site _site + +# Others +*~ +.sass-cache +.jekyll-metadata +.checkstyle +.fbExcludeFilterFile + +Gemfile.lock +
