ByConity/.gitignore

147 lines
1.7 KiB
Plaintext
Raw Normal View History

2016-02-10 10:15:54 +08:00
# emacs files
*~
*\#
.tramp_history
2016-02-10 10:15:54 +08:00
2017-06-23 15:11:28 +08:00
# vim cache files
*.swp
2016-02-10 10:15:54 +08:00
# auto generated files
*.logrt
/build
/build_*
2018-11-01 18:35:50 +08:00
/build-*
2020-05-30 03:53:16 +08:00
/tests/venv
/docs/build
2020-01-30 18:34:55 +08:00
/docs/publish
/docs/edit
2020-02-14 17:34:18 +08:00
/docs/website
2020-04-15 21:56:49 +08:00
/docs/venv
/docs/tools/venv
2020-04-04 17:15:31 +08:00
/docs/tools/translate/venv
/docs/tools/translate/output.md
WIP on documentation (#2692) * Additional .gitignore entries * Merge a bunch of small articles about system tables into single one * Merge a bunch of small articles about formats into single one * Adapt table with formats to English docs too * Add SPb meetup link to main page * Move Utilities out of top level of docs (the location is probably not yet final) + translate couple articles * Merge MacOS.md into build_osx.md * Move Data types higher in ToC * Publish changelog on website alongside documentation * Few fixes for en/table_engines/file.md * Use smaller header sizes in changelogs * Group up table engines inside ToC * Move table engines out of top level too * Specificy in ToC that query language is SQL based. Thats a bit excessive, but catches eye. * Move stuff that is part of query language into respective folder * Move table functions lower in ToC * Lost redirects.txt update * Do not rely on comments in yaml + fix few ru titles * Extract major parts of queries.md into separate articles * queries.md has been supposed to be removed * Fix weird translation * Fix a bunch of links * There is only table of contents left * "Query language" is actually part of SQL abbreviation * Change filename in README.md too * fix mistype * s/formats\/interfaces/interfaces\/formats/g * Remove extra clarification from header as it was too verbose, probably making it a bit more confusing * Empty article was supposed to be hidden * At least change incorrect title * Move special links to the bottom of nav and slightly highlight them * Skip hidden pages in bottom navigation too * Make front page of documentation to be part of Introduction * Make tables in introduction somewhat readable + move abbreviation definitions earlier * Some introduction text refactoring * Some docs introduction refactoring * Use admonitions instead of divs * Additional .gitignore * Treat .gif as images too * Clarify ToC item
2018-07-21 01:35:34 +08:00
/docs/en/single.md
/docs/ru/single.md
2020-01-30 18:34:55 +08:00
/docs/zh/single.md
/docs/ja/single.md
/docs/fa/single.md
2021-04-28 23:10:12 +08:00
/docs/en/development/cmake-in-clickhouse.md
2016-02-10 10:15:54 +08:00
# callgrind files
callgrind.out.*
# ignore kdevelop files
*.kdev4
*.kdev_include_paths
2017-01-11 02:36:11 +08:00
# ignore sublime project files
*.sublime-*
# Qt Creator files
*.user
2016-02-10 10:15:54 +08:00
# ignore perf output
*/perf.data
# ignore build files
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
CTestTestfile.cmake
*.a
*.o
cmake-build-*
2016-02-10 10:15:54 +08:00
# Python cache
*.pyc
__pycache__
*.pytest_cache
2016-02-14 19:09:53 +08:00
test.cpp
CPackConfig.cmake
CPackSourceConfig.cmake
*-preprocessed.xml
core
!core/
2016-02-14 19:09:53 +08:00
vgcore*
2016-02-10 10:15:54 +08:00
*.deb
*.build
*.upload
*.changes
build-stamp
configure-stamp
*.bin
*.mrk
2019-07-05 02:30:01 +08:00
*.mrk2
2020-08-07 08:53:27 +08:00
*.mrk3
2016-02-10 10:15:54 +08:00
.dupload.conf
# Netbeans project files
2016-02-14 19:09:53 +08:00
nbproject/*
2016-02-10 10:15:54 +08:00
# JetBrains project files
.idea
2016-11-11 02:27:35 +08:00
# Microsoft Visual Studio Code
.vscode
2016-02-10 10:15:54 +08:00
config-preprocessed.xml
# Protobuf
*.pb.cpp
*.pb.h
# Ignore symlink to private repository
/private
CLICKHOUSE-2724: website refactoring (#668) * Split website and doc * Add Host directive to robots.txt * Make new favicon.ico from svg * Reformat code * Add some obscurity to email to limit it's inclusion to email spam databases * Mention SQL in descriptions * Put logo near main title * Add navbar * Update feedback text on tutorial page * Reformat code on tutorial page * Better inline svg * Move javascript to bottom in reference * Mark external links on main & tutorial * Copy footer from main to tutorial * Move Telegram higher * Get rid of hidden content * Update jQuery + add it on index * Rewrite plain JS with jQuery on index * Swap Contacts and Download * Some title tuning * Move Source link to corner * Slow scroll * New first screen * First screen tuning * Add github pages script * Checkout in proper place * more nofollow * Basic mobile support * Add some temporary icon (SIL licensed) * Fix horizontal scroll on mobile * Re-order paragraphs * Sync paragraphs with their index * Add one more grey block * Fix scroll to top * better offset * Reformat code * Add social paragraph * Better word * Font tuning * More font/offset tuning * Increase navbar padding * Basic minify & livereload via gulp * Add styles to default in gulp * Do not minify html in reference * Add og:image header * "build" gulp target * Add readme for website * Max-width for navbar * Use different placeholder * Tune some margins * Do not center buttons * Tune navbar padding * s/an/a/ * Larger font at logo * Increase padding at hero * Yet another placeholder + tune padding on buttons * Basic support for website inside Docker * Listen for IPv6 inside Docker * s/available/enabled/g * nginx tuning * add gzip_min_length * not so dark "fork me" badge * do not commit build results * move "fork me" to right side * Tune styles and texts * tune mobile version * text fix * text fix * text fix * publish presentations * fix navbar styling * fix id name * Support actual deployment to either prod and test * tune logo margin * Mention ClickHouse Docker images * style tuning * disable mix-blend-mode on mobile * copy robots.txt
2017-04-10 22:24:53 +08:00
# Gulp dependencies used to minify website
node_modules
public
2017-05-30 21:47:46 +08:00
website/docs
website/presentations
website/package-lock.json
.DS_Store
*/.DS_Store
# cquery cache
/.cquery-cache
2018-12-28 17:07:58 +08:00
# ccls cache
/.ccls-cache
2020-01-14 21:30:06 +08:00
# clangd cache
/.clangd
2020-10-11 04:41:27 +08:00
/.cache
2020-01-14 21:30:06 +08:00
/compile_commands.json
# Toolchains
/cmake/toolchain/*
# ANTLR extension cache
.antlr
# ANTLR generated files
/src/Parsers/New/*.interp
/src/Parsers/New/*.tokens
/src/Parsers/New/ClickHouseParserBaseVisitor.*
# pytest-profiling
/prof
*.iml
2021-02-17 12:56:57 +08:00
# data store
/programs/server/data
/programs/server/metadata
/programs/server/store