github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/.gitignore (about) 1 # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 *.o 3 *.a 4 *.so 5 6 # Folders 7 _obj 8 _test 9 10 # Architecture specific extensions/prefixes 11 *.[568vq] 12 [568vq].out 13 14 *.cgo1.go 15 *.cgo2.c 16 _cgo_defun.c 17 _cgo_gotypes.go 18 _cgo_export.* 19 20 _testmain.go 21 22 *.exe 23 *.prof 24 *.log 25 26 bin 27 *.iml 28 .idea 29 .DS_Store 30 .devcontainer 31 .vscode 32 vendor 33 .python-version 34 35 cscope.* 36 **/*.swp 37 38 cmd/cdc/cdc 39 40 # Files generated when testing 41 tiflash-config-preprocessed.toml 42 43 # Files generated when running docker-compose 44 deployments/ticdc/docker-compose/data 45 deployments/ticdc/docker-compose/logs 46 47 # Binary file when running intergration test 48 integration/integration 49 50 *.tmp 51 52 # DM related files 53 /dm/monitoring/dashboards/*.json 54 /dm/monitoring/rules/dm_worker.rules.yml 55 syncer.meta 56 relay_log/* 57 dumped_data/* 58 *-coverage.xml 59 *-junit-report.xml 60 dm/ui/dist 61 dm/ui/src/routes.tsx 62 dm/ui/src/mock.ts 63 dm/ui/stats.html 64 65 # npm dependencies 66 node_modules 67 68 tools/bin 69 tools/include 70 71 docs/package-lock.json 72 docs/node_modules 73 docs/package.json