This is an automated email from the ASF dual-hosted git repository.

scott pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 938c0223ed1742e9b5ff848d1901aef2875775e7
Author: Alan Myrvold <amyrv...@google.com>
AuthorDate: Fri Oct 5 12:03:10 2018 -0700

    [BEAM-5669] Stop empty commits being pushed by PostCommit_Website_Publish 
jenkins job
---
 .gitignore | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 82 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f7e691a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,82 @@
+# NOTE: if you modify this file, you probably need to modify the file set that
+# is an input to 'maven-assembly-plugin' that generates source distribution.
+# This is typically in files named 'src.xml' throughout this repository.
+
+# Ignore any offline repositories the user may have created.
+**/offline-repository/**/*
+
+# Ignore files generated by the Gradle build process.
+**/.gradle/**/*
+**/.gogradle/**/*
+**/gogradle.lock
+**/build/**/*
+sdks/**/vendor/**/*
+runners/**/vendor/**/*
+**/.gradletasknamecache
+
+# Ignore files generated by the Maven build process.
+**/bin/**/*
+**/dependency-reduced-pom.xml
+**/target/**/*
+
+# Ignore generated archetypes
+sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/src/
+sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/
+
+# Ignore files generated by the Python build process.
+**/*.pyc
+**/*.pyo
+**/*.pyd
+**/*.egg-info/
+**/.eggs/
+**/nose-*.egg/
+**/.tox/**/*
+**/dist/**/*
+**/distribute-*/**/*
+**/env/**/*
+sdks/python/**/*.c
+sdks/python/**/*.so
+sdks/python/**/*.egg
+sdks/python/LICENSE
+sdks/python/NOTICE
+sdks/python/README.md
+sdks/python/apache_beam/portability/api/*pb2*.*
+sdks/python/nosetests.xml
+
+# Ignore IntelliJ files.
+**/.idea/**/*
+**/*.iml
+**/*.ipr
+**/*.iws
+**/out/**/*
+
+# Ignore Eclipse files.
+**/.classpath
+**/.project
+**/.factorypath
+**/.checkstyle
+**/.fbExcludeFilterFile
+**/.apt_generated/**/*
+**/.settings/**/*
+**/.gitignore
+
+# Ignore Visual Studio Code files.
+**/.vscode/**/*
+
+# Hotspot VM leaves this log in a non-target directory when java crashes
+**/hs_err_pid*.log
+
+# Ignore files that end with '~', since they are most likely auto-save files
+# produced by a text editor.
+**/*~
+
+# Ignore MacOSX files.
+**/.DS_Store/**/*
+**/.DS_Store
+
+# Ignore Jupyter notebook checkpoints.
+**/.ipynb_checkpoints/**/*
+
+# NOTE: if you modify this file, you probably need to modify the file set that
+# is an input to 'maven-assembly-plugin' that generates source distribution.
+# This is typically in files named 'src.xml' throughout this repository.

Reply via email to