2019-01-07 20:08:27 +00:00
|
|
|
# Keep editor-specific, non-project specific ignore rules in global .gitignore:
|
|
|
|
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
|
|
|
|
|
2018-05-14 16:26:38 +00:00
|
|
|
vendor
|
|
|
|
.netrc
|
2018-07-30 18:32:33 +00:00
|
|
|
.vscode
|
2018-07-24 15:02:51 +00:00
|
|
|
.vs
|
2018-08-17 21:54:14 +00:00
|
|
|
.tern-project
|
2018-11-19 19:30:26 +00:00
|
|
|
.DS_Store
|
2018-05-14 16:26:38 +00:00
|
|
|
|
2018-05-15 18:28:08 +00:00
|
|
|
# binary databases
|
2018-08-31 17:52:40 +00:00
|
|
|
influxd.bolt
|
2018-05-15 18:28:08 +00:00
|
|
|
|
2018-05-22 20:42:32 +00:00
|
|
|
# Project distirbution
|
|
|
|
/dist
|
|
|
|
|
2018-05-14 16:26:38 +00:00
|
|
|
# Project binaries.
|
2018-05-24 17:34:39 +00:00
|
|
|
/influx
|
2018-08-31 17:52:40 +00:00
|
|
|
/influxd
|
2018-06-08 20:02:59 +00:00
|
|
|
/fluxd
|
2018-05-30 18:46:50 +00:00
|
|
|
/transpilerd
|
2018-08-17 21:54:14 +00:00
|
|
|
/bin
|
|
|
|
|
2018-10-25 15:20:35 +00:00
|
|
|
ui/node_modules
|
2018-12-01 01:02:31 +00:00
|
|
|
ui/npm-error.log
|
|
|
|
ui/yarn.lock
|
2018-10-25 15:20:35 +00:00
|
|
|
ui/build
|
|
|
|
ui/.cache
|
2018-11-19 22:03:28 +00:00
|
|
|
|
|
|
|
ui/src/api/.gitignore
|
|
|
|
ui/src/api/.openapi-generator-ignore
|
|
|
|
ui/src/api/.openapi-generator/VERSION
|
|
|
|
ui/src/api/git_push.sh
|
|
|
|
|
2019-01-16 01:45:38 +00:00
|
|
|
# The below files are generated with make generate
|
|
|
|
# These are used with the assests go build tag.
|
|
|
|
chronograf/canned/bin_gen.go
|
|
|
|
chronograf/dist/dist_gen.go
|
|
|
|
chronograf/server/swagger_gen.go
|
|
|
|
|
2019-01-07 20:08:27 +00:00
|
|
|
# The rest of the file is the .gitignore from the original influxdb repository,
|
|
|
|
# copied here to prevent mistakenly checking in any binary files
|
|
|
|
# that may be present but previously ignored if you cloned/developed before v2.
|
|
|
|
|
|
|
|
*~
|
|
|
|
|
|
|
|
config.json
|
|
|
|
/bin/
|
|
|
|
|
|
|
|
/query/a.out*
|
|
|
|
|
|
|
|
# ignore generated files.
|
|
|
|
cmd/influxd/version.go
|
|
|
|
|
|
|
|
# executables
|
|
|
|
|
|
|
|
*.test
|
|
|
|
|
|
|
|
influx_tsm
|
|
|
|
**/influx_tsm
|
|
|
|
!**/influx_tsm/
|
|
|
|
|
|
|
|
influx_stress
|
|
|
|
**/influx_stress
|
|
|
|
!**/influx_stress/
|
|
|
|
|
|
|
|
influxd
|
|
|
|
**/influxd
|
|
|
|
!**/influxd/
|
|
|
|
|
|
|
|
influx
|
|
|
|
**/influx
|
|
|
|
!**/influx/
|
|
|
|
|
|
|
|
influxdb
|
|
|
|
**/influxdb
|
|
|
|
!**/influxdb/
|
|
|
|
|
|
|
|
influx_inspect
|
|
|
|
**/influx_inspect
|
|
|
|
!**/influx_inspect/
|
|
|
|
|
|
|
|
/benchmark-tool
|
|
|
|
/main
|
|
|
|
/benchmark-storage
|
|
|
|
godef
|
|
|
|
gosym
|
|
|
|
gocode
|
|
|
|
inspect-raft
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
out_rpm/
|
|
|
|
packages/
|
|
|
|
|
|
|
|
# autconf
|
|
|
|
autom4te.cache/
|
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
|
|
|
|
# log file
|
|
|
|
influxdb.log
|
|
|
|
benchmark.log
|
|
|
|
|
|
|
|
# config file
|
|
|
|
config.toml
|
|
|
|
|
|
|
|
# test data files
|
|
|
|
integration/migration_data/
|
|
|
|
test-logs/
|
|
|
|
|
|
|
|
# man outputs
|
|
|
|
man/*.xml
|
|
|
|
man/*.1
|
|
|
|
man/*.1.gz
|
|
|
|
|
|
|
|
# test outputs
|
|
|
|
/test-results.xml
|
|
|
|
|
|
|
|
# profile data
|
|
|
|
/prof
|
|
|
|
|
|
|
|
# vendored files
|
|
|
|
/vendor
|