init ingestion
This commit is contained in:
47
ingestion/.gitignore
vendored
Normal file
47
ingestion/.gitignore
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
# Binaries
|
||||
bin/
|
||||
*.exe
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Go workspace
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
.next/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
.DS_Store
|
||||
|
||||
# Coverage
|
||||
coverage/
|
||||
*.cover
|
||||
*.coverage
|
||||
coverage.out
|
||||
|
||||
# Docker volumes
|
||||
infra/docker/data/
|
||||
|
||||
# Console build output
|
||||
console/dist/
|
||||
console/.vite/
|
||||
|
||||
# Rotor
|
||||
rotor/dist/
|
||||
Reference in New Issue
Block a user