mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-06 22:23:55 -05:00
merge gitignores (#1137)
This commit is contained in:
144
.gitignore
vendored
144
.gitignore
vendored
@@ -7,52 +7,140 @@
|
||||
*.swp
|
||||
*.log
|
||||
*.jar
|
||||
*.pem
|
||||
*.tsbuildinfo
|
||||
*.out
|
||||
*.cbor
|
||||
*.pprof
|
||||
*.trace
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.iml
|
||||
*.test
|
||||
*.lisp
|
||||
*.cov.tmp
|
||||
*.iws
|
||||
*.ipr
|
||||
|
||||
.classpath
|
||||
.DS_Store
|
||||
.externalToolBuilders/
|
||||
.gradle/
|
||||
.idea/
|
||||
.env
|
||||
.envrc
|
||||
.java-version
|
||||
.vscode
|
||||
.loadpath
|
||||
.metadata
|
||||
.openzeppelin
|
||||
.pnp
|
||||
.pnp.js
|
||||
.prefs
|
||||
.project
|
||||
.recommenders/
|
||||
.settings
|
||||
.springBeans
|
||||
.vercel
|
||||
.vertx
|
||||
.run/**.run.xml
|
||||
.envrc
|
||||
.gocache
|
||||
.vscode
|
||||
.idea
|
||||
.ipynb_checkpoints
|
||||
|
||||
atlassian-ide-plugin.xml
|
||||
circuit.bin
|
||||
coverage.html
|
||||
debug.log
|
||||
lispified
|
||||
local.properties
|
||||
next-env.d.ts
|
||||
npm-debug.log*
|
||||
tsconfig.build.tsbuildinfo
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
proving_key.bin
|
||||
|
||||
.cache-synpress/
|
||||
.externalToolBuilders/
|
||||
.gradle/
|
||||
.idea/
|
||||
.next/
|
||||
.recommenders/
|
||||
.idea_modules/
|
||||
|
||||
**/src/*/generated
|
||||
**/.direnv
|
||||
|
||||
bin/
|
||||
!operations/bin/
|
||||
build/
|
||||
cache_forge/
|
||||
coverage/
|
||||
dist/
|
||||
node_modules/
|
||||
out/
|
||||
playwright-report/
|
||||
target/
|
||||
tmp/
|
||||
build/
|
||||
out/
|
||||
node_modules/
|
||||
**/src/*/generated
|
||||
/prover/.direnv/
|
||||
/prover/.envrc
|
||||
/prover/testdata/
|
||||
typechain/
|
||||
typechain-types/
|
||||
__pycache__/
|
||||
|
||||
/besu-plugins/linea-sequencer/**/site
|
||||
|
||||
/bridge-ui/.env*.local
|
||||
/bridge-ui/cache
|
||||
/bridge-ui/out
|
||||
/bridge-ui/test-results
|
||||
|
||||
/contracts/.env~
|
||||
/contracts/coverage.json
|
||||
/contracts/**/cache
|
||||
/contracts/deployments/zkevm_dev
|
||||
/contracts/lib/forge-std/
|
||||
|
||||
/jvm-libs/**/linux-aarch64
|
||||
/jvm-libs/**/linux-x86-64
|
||||
/jvm-libs/**/darwin-aarch64
|
||||
/jvm-libs/**/darwin-x86-64
|
||||
|
||||
/prover/**/*.csv
|
||||
/prover/**/testdata/
|
||||
# Testdata, otherwise that's 400MB of data downloaded
|
||||
/prover/**/integration-testing/testdata/prover-requests/
|
||||
/prover/**/vendor/
|
||||
/prover/zkevm/zkevm.bin
|
||||
**/.direnv
|
||||
typechain
|
||||
.env
|
||||
/prover/prover-assets/**
|
||||
/prover/**/profiling
|
||||
/prover/**/large_data
|
||||
/prover/**/test-data
|
||||
/prover/**/cmake-build-*/
|
||||
/prover/cmd/contract-gen/contract-gen
|
||||
/prover/cmd/contract-gen/docker/**
|
||||
/prover/integration/full-mode/**/config/prover-aggregation.toml
|
||||
/prover/**/*-*-zkProof.json
|
||||
/prover/**/prover/zkevm/arithmetization/zkevm.bin
|
||||
/prover/crypto/ringsis/**/*.txt
|
||||
|
||||
/sdk/.nyc_output/
|
||||
/sdk/scripts/contractAddresses.json
|
||||
/sdk/src/lib/**/*.js
|
||||
/sdk/scripts/*.js
|
||||
/sdk/postman.db
|
||||
!/sdk/src/lib/compressor/bin
|
||||
dist
|
||||
contracts/.env~
|
||||
/prover/cmd/contract-gen/contract-gen
|
||||
/prover/cmd/contract-gen/docker/**
|
||||
/contracts/deployments/zkevm_dev
|
||||
coverage
|
||||
tsconfig.build.tsbuildinfo
|
||||
ts-libs/**/lib/**/*.so
|
||||
ts-libs/**/lib/**/*.dylib
|
||||
contracts/lib/forge-std/
|
||||
cache_forge
|
||||
|
||||
/ts-libs/**/lib/**/*.so
|
||||
/ts-libs/**/lib/**/*.dylib
|
||||
|
||||
!.gitkeep
|
||||
!operations/bin/
|
||||
# Authorize the kzg srs folder
|
||||
!prover/prover-assets/kzgsrs/**
|
||||
!prover/symbolic/testdata/**/*.csv
|
||||
!prover/symbolic/testdata/**/*.tar.gz
|
||||
# except for single-round bin
|
||||
!prover/**/single_round/bin/
|
||||
# Various logging outputs
|
||||
!prover/**/testdata/**/*.csv
|
||||
!prover/**/utils/profiling
|
||||
!prover/**/verifying_key.bin
|
||||
!/sdk/src/lib/compressor/bin
|
||||
34
besu-plugins/linea-sequencer/.gitignore
vendored
34
besu-plugins/linea-sequencer/.gitignore
vendored
@@ -1,34 +0,0 @@
|
||||
*.bak
|
||||
*.swp
|
||||
*.tmp
|
||||
*~.nib
|
||||
*.iml
|
||||
*.launch
|
||||
*.swp
|
||||
*.log
|
||||
*.out
|
||||
nohup.out
|
||||
.classpath
|
||||
.DS_Store
|
||||
.externalToolBuilders/
|
||||
.gradle/
|
||||
.idea/
|
||||
.loadpath
|
||||
.metadata
|
||||
.prefs
|
||||
.project
|
||||
.recommenders/
|
||||
.settings
|
||||
.springBeans
|
||||
.vertx
|
||||
.java-version
|
||||
./bin
|
||||
local.properties
|
||||
target/
|
||||
tmp/
|
||||
build/
|
||||
out/
|
||||
site/
|
||||
/.direnv/
|
||||
/.envrc
|
||||
acceptance-tests/bin/
|
||||
41
bridge-ui/.gitignore
vendored
41
bridge-ui/.gitignore
vendored
@@ -1,41 +0,0 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
/cache
|
||||
/tests/dist
|
||||
.cache-synpress
|
||||
playwright-report
|
||||
test-results
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# local env files
|
||||
.env*.local
|
||||
.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
11
contracts/.gitignore
vendored
11
contracts/.gitignore
vendored
@@ -1,11 +0,0 @@
|
||||
node_modules
|
||||
.env
|
||||
coverage
|
||||
coverage.json
|
||||
typechain
|
||||
typechain-types
|
||||
cache
|
||||
cache_forge
|
||||
build
|
||||
.openzeppelin
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
linux-aarch64/*
|
||||
linux-x86-64/*
|
||||
darwin-aarch64/*
|
||||
darwin-x86-64/*
|
||||
@@ -1,4 +0,0 @@
|
||||
linux-aarch64/*
|
||||
linux-x86-64/*
|
||||
darwin-aarch64/*
|
||||
darwin-x86-64/*
|
||||
@@ -1,4 +0,0 @@
|
||||
linux-aarch64/*
|
||||
linux-x86-64/*
|
||||
darwin-aarch64/*
|
||||
darwin-x86-64/*
|
||||
87
prover/.gitignore
vendored
87
prover/.gitignore
vendored
@@ -1,87 +0,0 @@
|
||||
*.pprof
|
||||
*.trace
|
||||
**/*.DS_Store
|
||||
**/.ipynb_checkpoints
|
||||
**/__pycache__
|
||||
**/debug.log
|
||||
**/*.lisp
|
||||
lispified
|
||||
**/profiling
|
||||
!utils/profiling
|
||||
**/large_data
|
||||
**/*-*-zkProof.json
|
||||
**/proving_key.bin
|
||||
!**/verifying_key.bin
|
||||
**/circuit.bin
|
||||
prover/zkevm/arithmetization/zkevm.bin
|
||||
|
||||
|
||||
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
__pycache__
|
||||
bin/
|
||||
vendor/
|
||||
.env
|
||||
|
||||
# except for single-round bin
|
||||
!**/single_round/bin/
|
||||
|
||||
!/**/.gitkeep
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Coverage
|
||||
coverage.html
|
||||
*.cov.tmp
|
||||
|
||||
# Jetbrains files
|
||||
.DS_Store
|
||||
.idea
|
||||
*.iml
|
||||
.idea_modules/
|
||||
|
||||
# Build
|
||||
build/
|
||||
cmake-build-*/
|
||||
|
||||
# File-based project format
|
||||
*.iws
|
||||
*.ipr
|
||||
|
||||
# JIRA plugin
|
||||
atlassian-ide-plugin.xml
|
||||
|
||||
# Go packages and sources:
|
||||
.gocache
|
||||
|
||||
# Visual Code Studio
|
||||
.vscode
|
||||
|
||||
!**/**/.gitkeep
|
||||
|
||||
# API Doc
|
||||
node_modules
|
||||
|
||||
# Various logging outputs
|
||||
**/*.csv
|
||||
**/*.log
|
||||
!**/testdata/**/*.csv
|
||||
|
||||
# Output of the generator command
|
||||
test-data
|
||||
|
||||
# Testdata, otherwise that's 400MB of data downloaded
|
||||
integration-testing/testdata/prover-requests/
|
||||
|
||||
# Authorize the kzg srs folder
|
||||
prover-assets/**
|
||||
!prover-assets/kzgsrs/**
|
||||
1
prover/crypto/ringsis/.gitignore
vendored
1
prover/crypto/ringsis/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
**/*.txt
|
||||
1
prover/integration/full-mode/.gitignore
vendored
1
prover/integration/full-mode/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
config/prover-aggregation.toml
|
||||
Reference in New Issue
Block a user