This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-celeborn-website.git
commit 34a93657cef6849f9f3d16d2ef2f7a53a3d2f3cb Author: Celeborn <[email protected]> AuthorDate: Sat Sep 23 01:08:20 2023 +0000 gitignore --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a390f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +*#*# +*.#* +*.iml +*.ipr +*.iws +*.pyc +*.pyo +*.swp +*~ +.DS_Store +.cache +.classpath +.idea/ +.idea_modules/ +.project +.pydevproject +.python-version +.settings +/site/ +incubator-celeborn-*/ +*.zip +*.tar.gz
